+ 4
SQL Joins
Would SQL joins perform as well in terabyte databases ?
1 Resposta
0
SQL can be scalable, but database optimization and performance tuning has its own science and art to it. It depends on a lot of things, including the hardware, the database engine, indexes in the tables, and the actual sql query.