top | item 40893854

(no title)

zamazan4ik | 1 year ago

If you are interested in optimizing the project further, I can suggest you rebuilding SQLite with Profile-Guided Optimization (PGO). I collected as many as possible materials (including many related benchmarks) in my repo: https://github.com/zamazan4ik/awesome-pgo . Regarding SQLite and PGO, I have the following link: https://sqlite.org/forum/forumpost/19870fae957d8c1a

discuss

order

bomewish|1 year ago

Have you tested PGO for FTS in SQLite? It wasn’t clear from all those links. Would be very interested in that.

zamazan4ik|1 year ago

Nope, I didn't test PGO explicitly on its FTS functionality. However, I am 99% sure that by enabling PGO for FTS you can expect ~5-10% performance win too.