Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
marcoG
Resolver I
Resolver I

Lakehouse query performance problem

I ran the same query on lakehouse sql endpoint with three different capacity with sku 2, 8 and 32 respectively but the query time remained unchanged 15 seconds.
Doesn't scalability affect query time?

3 REPLIES 3
GeethaT-MSFT
Microsoft Employee
Microsoft Employee

@marcoG Thanks for posting your question in Microsoft Fabric Community 

Scalability can affect query time, but it depends on various factors such as the size of the data, and the complexity, it also depends on the query, and possible that the query is not optimized for parallel processing  You may need to investigate further to identify the root cause of the performance issue.

If you still have the same issue I suggest reaching out to Microsoft support for further assistance.

the query was simple 
Select *
FROM Table
WHERE column LIKE '%XXXXXX%'
so I don't see possible optimizations.
 
The table was deliberately voluminous, tens of millions of lines.
So why increasing capacity does the query time stay the same?
 
In Azure synapse pools (Dedicated and Serveless) this does not happen.
So I think there is a scalability issue for both the lakehouse and the microsoft fabric warehouse

Hi Marco,

You can try to enable / change VORDER for your table:
delta-optimization-and-v-order

Cheers,
M

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.