Quote:
Originally Posted by Uncle Robin
I just used Calibre to delete a few series from my H2O2, probably 60 or so books in total. I then ran the "check database" utiilty, and got this result:
"Result of running 'PRAGMA integrity_check' on database on the Kobo device:
wrong # of entries in index analytics_events_timestamp
wrong # of entries in index sqlite_autoindex_AnalyticsEvents_1"
I tried updating the metadata and ejecting then reconnecting the device, but when I re-ran the check, the same results were generated. Is this something I should be concerned about?
|
I tend to think that index errors like that are the beginning of the end. But, those indexes are on the AnalyticEvents table, so they won't affect much you are interested in. Compressing the database should fix it. That rebuilds the indexes. Make sure you take a backup of the database before hand, just in case.