Answer the question
In order to leave comments, you need to log in
Is there any class of algorithms that are the most productive on the DBMS side?
Is there any class of algorithms that are the most productive on the DBMS side?
Answer the question
In order to leave comments, you need to log in
Just puzzled. The most performant strategy is to query only the indexes, and reduce the "greed" of the query.
The second is data denormalization.
The third use of prepared statement
The fourth logic on the side of the database !!!!!!! very dangerous stuff!
"Threshold/Waterfall" descent from unique value to non-unique value at each step (within one or more queries) or "glossary".
100% yes. For example, you should not do a join on the client side by selecting from one table, and then selecting from the second in a loop (even if the selection goes by index on the second table). It's better to send a single RDBMS query.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question