n:m as the only way to store notifications?
I have a user and a notifications table. I want to make sure that every users sees a new notification once and only once. Not more, not less. The intuitive idea is to have a n:m relation table with userId:notificationId. But isn´t it a little too much overhead to create a new table just for that?
n:m as the only way to store notifications?
I have a user and a notifications table. I want to make sure that every users sees a new notification once and only once. Not more, not less. The intuitive idea is to have a n:m relation table with userId:notificationId. But isn´t it a little too much overhead to create a new table just for that?
Is there anything groundbreaking about NoSQL? [closed]
Closed 9 years ago.
Would these two scenarios be good candidates for a NoSQL database?
I’ve checked a few other threads around the topic and search around, I am wondering if someone can give me a clear direction as to why should I consider NoSQL and which one (since there are quite a few of them each with different purposes)
Is there a ‘standard’ SQL that can replace all the various custom versions?
I have been writing SQL for over 10 years now. I am extremely proficient at it and have experience working in SQL Server, Oracle, MySQL, PostgreSQL, etc. While there are multiple standards out there, they seem to be more suggestions than standards. When you start talking about column types and stored procedures, there’s almost no consistency across the board.
Is there a ‘standard’ SQL that can replace all the various custom versions?
I have been writing SQL for over 10 years now. I am extremely proficient at it and have experience working in SQL Server, Oracle, MySQL, PostgreSQL, etc. While there are multiple standards out there, they seem to be more suggestions than standards. When you start talking about column types and stored procedures, there’s almost no consistency across the board.
Is there a ‘standard’ SQL that can replace all the various custom versions?
I have been writing SQL for over 10 years now. I am extremely proficient at it and have experience working in SQL Server, Oracle, MySQL, PostgreSQL, etc. While there are multiple standards out there, they seem to be more suggestions than standards. When you start talking about column types and stored procedures, there’s almost no consistency across the board.
Is there a ‘standard’ SQL that can replace all the various custom versions?
I have been writing SQL for over 10 years now. I am extremely proficient at it and have experience working in SQL Server, Oracle, MySQL, PostgreSQL, etc. While there are multiple standards out there, they seem to be more suggestions than standards. When you start talking about column types and stored procedures, there’s almost no consistency across the board.
Architecture: Storing all properties as JsonProperty in NDB?
I am storing the data for my app in Google’s NDB, but am confused as to what architecture to use. The app data is mostly text based, but has some non-text properties like DateTimeProperty
, FloatProperty
and one or two BooleanProperty
‘s.
Best way to structure many-to-one allocation of users to projects in NoSQL
I apologise if this is a bit of a stupid or broad question, but I’d like some general feedback please!