Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

What is the best way to model user defined hierarchical relationships in a database?

Neo4j Design: When to use Properties for Relationships

database-design neo4j

How will i join this two query in one single query?

php mysql sql database-design

Way to map partitioned data using NHibernate

Numeric IDs vs. String IDs

based on database design is it possible to predict the queries to be used in the application?

How to design a table that stores name data that can repeat in the real world?

database-design

Implementing a Type-2 Slowly Changing Dimension in PostgreSQL

Which column to index in multicolumn indexing?

Approach to database to search price

Storing date as integer

Database Design: Explain this schema

What is the maximum physical table size in Oracle?

Keeping one table or multiple table for similar type of data which one is best while considering high performance

comment system where comments may have parents that are also comments but may be practically any resource

Data modelling: parent and child 'dual' relationship

Is it better to have int joins instead of string columns?

Merge Facts from Different Sources? Or Load Separately?