Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rdbms

How many joins per functionality in real world application?

rdbms

Lossless Join Decomposition

how is using a LIMIT clause different from simply fetching N results?

postgresql rdbms

Does clustered index sort order have impact on performance

sql sql-server sorting rdbms

What kind of join is a normal join [duplicate]

sql rdbms

ORMs are to RDBMSs as xxx is to OLAP cubes? Does xxx exist?

.net orm rdbms olap

ORM: Handwritten schema or auto-generated?

orm schema rdbms

Lotus Notes XPages for design and Oracle (or other RDBMS) for data

Are created and modified the two fields every database table should have?

database rdbms

postgres text storage inline or in "background table"?

postgresql rdbms

What are the uses of the different join operations?

sql rdbms

NoSql option for MMORPGs

nosql rdbms

Async database API for Java

java asynchronous rdbms

How can I check if the table behind a synonym exists

sql sql-server rdbms synonym

How to handle aggregates relationship in Event Sourcing properly?

Does the order of parameters in the where clause affect whether a table uses an index?

sql rdbms

Is there a database modelling library for Java?

java database rdbms modeling

Relational Data: entity inheritance approaches. Best practice

sql data-structures rdbms

Why django group by wrong field? annotate()

Does MySQL/InnoDB implement true serializable isolation?