|
|
|
|
|
by richardeb
1902 days ago
|
|
Advice would have to be tailored to specific database technologies and probably specific versions. For example, in Apache Impala and Spark, "Prefer = to LIKE" is good advice, especially in join conditions, where an equijoin would allow the query planner to use a Hash Join, whereas a non equijoin limits the query planner to a Nested Loop join. |
|
People treat deciding your app will have a database as a design decision when in reality it is only about 10% of a design decision.