All Tags »
Performance »
Indexing »
sql »
t-sql tuesday (RSS)
Sorry, but there are no more tags available to filter with.
-
No really – hear me out.
Of course you create tables, and you query tables, and we say that data is stored in tables. The table is (rightly) a fundamental part of relational theory. But I find that when I think about queries and how they run, I need to approach the system thinking about the indexes that I’m querying, not the tables.
When you ...