Lianja Developer Community
>
The Lianja Platform
>
Lianja SQL Server
> Does the Lianja SQL Server have a query optimizer
PDA
View Full Version :
Does the Lianja SQL Server have a query optimizer
lianjasupport
2012-03-14, 07:54
Yes, it uses a cost based query optimization algorithm that will use the most suitable index to optimize query performance.
lianjasupport
2012-03-14, 10:23
Yes, it uses a cost based query optimization algorithm that will use the most suitable index to optimize query performance.
Including filtered indexes in the algorithm.