Noticed that sqlite_stat1 can have duplicates on tbl, idx:

tbl             idx     stat
-------------------------------
table1  idx1    90 2 1
table1  idx2    90 2
table1  idx1    2577 2 1
table1  idx2    2577 2

Is there any harm in this, so would SQLite know that it has to look at the
last added stats?

RBS


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to