Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.13.0
-
None
Description
When querying a profile store, we fetch all the records before applying a limit.
select * from sys.profiles limit 1
For a test scenario with 120K+ profiles in the store, a
select count(*) from sys.profiles
took 90 minutes.
Attachments
Issue Links
- links to