Site Map - skip to main content

Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes every weekday Monday through Friday.
This page was generated by The HPR Robot at


hpr2270 :: Managing tags on HPR episodes - 3

Looking for the best way to store and manage tags in the HPR database, part 3

<< First, < Previous, , Latest >>

Thumbnail of Dave Morriss
Hosted by Dave Morriss on 2017-04-14 is flagged as Explicit and is released under a CC-BY-SA license.
HPR, database, schema, tags, many-to-many. 8.
The show is available on the Internet Archive at: https://archive.org/details/hpr2270

Listen in ogg, spx, or mp3 format. Play now:

Duration: 00:31:33

general.

Managing tags on HPR episodes - 3

Introduction

This is the third (and last) show looking at the subject of Managing Tags relating to HPR shows.

In the first show we looked at why we need tags, and examined the advantages and disadvantages of the present system of storage. We considered the drawbacks of this design when searching the tags.

Then in the second show we looked at a simple way of making a tags table and how to query it in order to fulfil the requirements defined in the first show.

In this show we’ll look at a more rigorous, efficient, “normalised” solution.

Long notes

I have written out a set of longer notes for this episode and these are available here.


Comments

Subscribe to the comments RSS feed.

Comment #1 posted on 2017-04-19 14:42:13 by Steve

Make it so

As someone who is also not formally trained in database administration but nonetheless does quite a bit of database administration and development, what you have said and the conclusions you have drawn sound exactly right to me. I say, make it so.

Comment #2 posted on 2017-04-19 15:49:44 by Dave Morriss

Thanks Steve

I appreciate the comment.

I'm currently looking into how we can incorporate such features into the database - and modify all of the code around it.

Comment #3 posted on 2017-04-19 22:03:58 by gws

series

A series is the same thing as a tag, if you need to distinguish them put another column on the Tag table. The join across Episode Tag is the same.

Comment #4 posted on 2017-04-19 22:28:40 by Dave Morriss

Series same as Tag?

I think you have a point - except that the Series idea was originally designed to have two other significant attributes: a description and a public/private flag.

The description is an arbitrarily long text field, used to store HTML which is displayed in the web page for shows that are part of the series.

The public/private flag denotes whether the series is open to more contributors or not. Most modern series are public but some historical ones are private.

Changing the Tag table to include these attributes, to be used for "series" tags, is not impossible of course. It needs some thought.

Thanks for the suggestion.

Comment #5 posted on 2017-04-21 01:40:09 by gws

tag vs. series

Variable-length columns like VARCHAR or CLOB should not balloon the size of your Tag table just by adding them; assuming even a moderately sane dbms those large and sparse objects would be stored in separate data structure (thing 'string pool') so you pay for what you use.

BTW my earlier comment was meant to say "Episode (left arrow) EpTag (right arrow) Tag" but I used angle brackets and the middle bit got swallowed by HTML.

Comment #6 posted on 2017-04-23 22:37:23 by Brenda J. Butler

I'm new to HPR, sorry if I make comments that show ignorance of how you do things. Please point me to resources, I'll be happy to read up.

I'm not a big DB expert either, but like you have used some DBs and have a little experience. Also a bit of experience making a couple of database-backed web sites.

I like the idea of the third design of tags.

I would also change the HPR episode intake process to make any new tags in the new format - have a cutover date/time after which all the new entries in the database use the new tagging scheme (populate the new tags tables and not the old tags fields. In fact, even remove the old tags fields to avoid confusion about which set of tags is the "right" set). That way you only have to do that "populate the new tag fields from the old tag fields" step once, at cutover time. You could keep a copy of the old site (and update it) for a while until confident the new site works properly.

I don't know how the HPR web site is served, I got the impression from your series that it is static pages generated from a DB. Perhaps you generate a new set of pages when a new episode is added to the DB. I think you cannot go this way if you want to use that query you developed, "what other shows have at least one of the tags that this show has". Or at least, it will be difficult to implement.

Can I read somewhere about the way the web site is served, the tech stack, etc? Is there a public repo for the code (read-only acceptable)?

Thanks for all your great, extensive show notes! Really appreciated.

Comment #7 posted on 2017-04-24 22:00:52 by Dave Morriss

Tags and Series

Thanks gws. It wasn't so much the storage issue I was referring to, more the logic of the suggested change. I do like what you're proposing though.

Sorry you got bitten by this crappy comment system.

Comment #8 posted on 2017-04-24 22:22:00 by Dave Morriss

Thanks Brenda

Thanks for your comments.

There is a GitLab instance with a repository which holds some of the public code: https://gitlab.anhonesthost.com/HPR/HPR_Public_Code

Your suggestion for the transition from the old to a new tag system is pretty much what I had in mind, but we haven't yet discussed all the issues amongst the Admins.

The site is not static, though there have been discussions about making it so. I take your point that there's a conflict between having a static site and offering tag query features though.

Leave Comment

Note to Verbose Commenters
If you can't fit everything you want to say in the comment below then you really should record a response show instead.

Note to Spammers
All comments are moderated. All links are checked by humans. We strip out all html. Feel free to record a show about yourself, or your industry, or any other topic we may find interesting. We also check shows for spam :).

Provide feedback
Your Name/Handle:
Title:
Comment:
Anti Spam Question: What does the letter P in HPR stand for?
Are you a spammer?
What is the HOST_ID for the host of this show?
What does HPR mean to you?