Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

is sql fast

Though SQL is a high-level domain language, it is very fast. As Travis Addair said, data organization (partitions, indexes), network (for short queries), and scale (number of machines, resources for each machine) bounds the performance of SQL. Still, SQL is fast because the database can decide how to get the data.
 
PREVIOUS NEXT
Tagged: #sql #fast
ADD COMMENT
Topic
Name
8+5 =