Latest Activity

code

Query seems to be ignoring sql table clustered index

I have a base view pointing to a single MSSQL table. The table has a clustered index. The table has approximately 6 million rows in it. When I run the query from DBeaver using a simple where clause I get the same expected result as when I run the quer...

Ignoring Index MSSQL DBeaver