-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Description
Hi,
I have some large databases and I am trying to browse them.
The first works fine

Notice row counter 1-23 of 7330226.
The second albeit significantly larger does not ever finish loading. I have let it run for about an hour. Activity monitor says that it is not responding and using 100% of cpu. Both databases have indexes attached to them.
One thing I notice of the problematic one is that it appears to try to load the entire database if I am reading the row counter correctly 0-117189470 of 117189470.

Is there something else I need to do the second database to be able to view it? My goal is to run some python based queries against it, but to date I am not getting all the data I expect and I want to make sure it is in the database.
Andy