Storing user settings in table - how?
Posted
by
Mdillion
on Stack Overflow
See other posts from Stack Overflow
or by Mdillion
Published on 2010-12-27T09:53:30Z
Indexed on
2010/12/27
9:53 UTC
Read the original article
Hit count: 175
I have settings for the user about 200 settings, these include notice settings and tracing settings from user activities on objects. The problem is how to store it in the DB? Should each setting be a row or a column? If colunm then table will have 200 colunms. If row then about 3 colunms but 200 rows per user x even 10 million users = not good.
So how else can i store all these settings? NOTE: these settings are a mix of text entry and FK lookups to other tables.
Thanks.
© Stack Overflow or respective owner