|
|
|
|
|
by jitl
882 days ago
|
|
From the original forum post [0] announcing this improvement: > But if you modify your application to start storing JSONB instead of text JSON, you might see a 3-times performance improvement, at least for the JSON-intensive operations. JSONB is also slightly smaller than text JSON in most cases (about 5% or 10% smaller) so you might also see a modest reduction in your database size if you use a lot of JSON. I for one am excited about these improvements (specifically the disk use reduction) since we store a lot of JSON here at Notion Labs, and we’re increasing our use of SQLite. [0]: https://sqlite.org/forum/forumpost/fa6f64e3dc1a5d97 |
|