You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just started trying out this app, and so far I am really enjoying it. Great work!
I keep stubbing my toe on the same thing though... I often work with sqlite databases that have a view of roughly 500k rows. Every time I select one of those views, it's frozen for 25 seconds. I gather that's because when I select the view, it executes SELECT COUNT(*) AS count FROM "main"."vendorExt" to get a row count (where vendorExt is the view in this case).
Is there some way I could disable that unless I run it manually? Or another approach I can take?
(ps - it's an XPS laptop with nvme that's only a year or so old, the hardware is decent, the database is just a bit nasty)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Just started trying out this app, and so far I am really enjoying it. Great work!
I keep stubbing my toe on the same thing though... I often work with sqlite databases that have a view of roughly 500k rows. Every time I select one of those views, it's frozen for 25 seconds. I gather that's because when I select the view, it executes
SELECT COUNT(*) AS count FROM "main"."vendorExt"
to get a row count (where vendorExt is the view in this case).Is there some way I could disable that unless I run it manually? Or another approach I can take?
(ps - it's an XPS laptop with nvme that's only a year or so old, the hardware is decent, the database is just a bit nasty)
Beta Was this translation helpful? Give feedback.
All reactions