If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Design of tagging system in a non-relational database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-06-10, 07:33
M. Johansson M. Johansson is offline
Registered User
 
Join Date: Jan 2003
Posts: 3
Design of tagging system in a non-relational database

Hi!

So, I'm looking for resources, ideas, articles on how to structure tags in a non-relational database like bigtable.

I'm currently architecting an application which will most likely run on Google App Engine or similar system. The system is mainly based around one very simple data object (kinda like twitter) but these objects can belong to 0 or more categories/tags. The number of tags per object will normally be pretty low (0-5 tags per object). The user might have quite a bit of tags in use on all his objects together, though. The tags are unique per user, not on system level.

Any help is super appreciated!
Reply With Quote
  #2 (permalink)  
Old 04-08-10, 16:20
pootle flump pootle flump is offline
King of Understatement
 
Join Date: Feb 2004
Location: One Flump in One Place
Posts: 14,905
I thought I'd chime in and mention that there aren't really many with much if any experience of non-relational databases that frequent here (hence the lack of response). I did read an article once about how delicious handled tags which would perhaps be of interest.

I don't think non-relational would be necessitated by anything but the largest of websites although I would expect a great deal of use of aggregation tables.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On