-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Hello,
I observed, that just opening a big sqlite-file tooks lots of time. At the SQL_Log panel I could see that SQLitebrowser first queries the sql_temp_master table, which is ok for me, but then also automatically queries the first table inside the db file. Just to show me nothing else more than the entry panel with the file structure. I think the last query is pretty useless, cause switching to data panel issues the query for the first table again!
Second:
If then I will have a look at the data and right-click on the table of choice and clicking Browse Table then SQLitebrowser issues 2 queries: 1st) for the last table (looked at or automatically queried by program start) and 2nd) for the actual table I want to look at. Again I think the first query is pretty useless!?
Or do I miss a point?
Regards
Ralf