SQLite Forum

Percentage of total database
Login
Hello,


I have been analysing my database sqlite3 file. I deleted all entries and added 1, there are two primary keys, so by adding 1 entry the 'number of entries' in the analyze tool says 4.
Then I added 12 more database entries (so 48 in total with the indexes) and analyzed again.

What I don't understand is that 'Percentage of total database', in both cases gives 10.5%. I would think that it would give 12 times as much in the case of adding 12 database entries.

What am I missing? 


Thanks in advance