(no title)
etirk
|
4 years ago
That's a problem that standard SQL tables encounter - chasing new columns with new/modified indexes. (more info at our FAQ).
SFSQL never runs into that problem since the indexes are static in structure. No new indexes are made, even if every attribute name was unique.
The result is a very consistent query performance.
No comments yet.