Tag: database-design


Found 2459 results for 'database-design'.


1) postgresql - Best way to map different JSON keys to same target columns
2) postgresql - Nullable columns or jsonb for storing user profile?
3) database-design - Designing Contacts
4) postgresql - Does it make sense to store a couple of Boolean values as array?
5) database-design - Database Design - One table for different types of transactions
6) database-design - Is there a name for this database schema of key values?
7) mysql - Design a website database structure
8) database-design - Database design for excel-like data
9) postgresql - Best practice for storing record metadata
10) mysql - How to create a flexible table schema for storing messages from different chats?
11) database-design - How to prevent redundant data that is hard to detect, e.g. John Smith
12) database-design - Is there a name for this database schema of key values?
13) postgresql - Should a column referencing a group member have its foreign key directly point to the user or add an id to M2M table which represents users in a group
14) database-design - Table with contacts: how to differ between people and organizations?
15) postgresql - How to store short stories for access to individual sentences?
16) database-design - Using REGEX_LIKE to Implement a Check Constraint
17) postgresql - How should I model a database structure to store information about words?
18) mysql - MySQL - Maintain History of Records but Using Most Recent
19) postgresql - Bulk Updates on Normalised data present across several PostgreSQL tables
20) database-design - Single-column junction table - does it make sense?
21) database-design - How to store array values?
22) postgresql - How can you have a combined primary key for one table?
23) database-design - Whether or not to create separate tables for different product types?
24) database-design - Table Design - Identical tables for different statuses
25) postgresql - Why is this query with WHERE, ORDER BY and LIMIT so slow?
26) postgresql - Improving database design, is this a valid case for entity attribute values?
27) database-design - Which design to choose
28) database-design - Is there a name for this database schema of key values?
29) database-design - Is there a name for this database schema of key values?
30) mysql - How to optimally structure a table with sparse data
31) database-design - DB Structure: one table to hold all domain values?
32) database-design - Database design for product purchase history
33) mysql - How to design future proof tables?
34) database-design - Is there a name for this database schema of key values?
35) mysql - Storing metadata of various data types in a MySQL database
36) mysql - mysql products db design
37) database-design - Is there a well-known name for this "poor man's ref. integrity" schema design pattern?
38) oracle - Table design for multi-type data
39) mysql - One table to rule them all, or thousand smaller?
40) mysql - best design for my data storage
41) mysql - Proper database structure for storing multiple foreign keys
42) database-design - Best Practice for Handling Table with Large Amount of Transaction Data
43) database-design - Storing many pandas DataFrames in SQLite with metadata
44) database-design - Storing personal data on an invoice to preserve data integrity
45) mysql - MySQL Table Schema Design - Relationship with Junction or User Table
46) mysql - How to create a flexible table schema for storing messages from different chats?
47) mysql - Is better to create a table for each room or make a single table that handles all the rooms in my case?
48) database-design - Advantages of a hierarchical schema for private chat
49) database-design - Help understanding database design logic for a secondhand bookstore project in MySQL
50) database-design - Designing a database for a video game business domain with multiple many-to-many relationships