
SQLite 3.43 unveiled with new features and JSON performance improvements
SQLite, the database engine developed in C programming language, has announced the release of its latest version, 3.43. This update introduces several new features and performance improvements.
Among the new features is the support for Contentless-Delete FTS5 Indexes, a variant of FTS5 full-text search index that allows for record deletion while eliminating the need to store the content being indexed.
The 3.43 version also introduces performance upgrades for JSON processing. This enhancement results in a doubling of performance for certain types of processing on large JSON strings. Beyond these key updates, SQLite 3.43 also includes various other new features, enhancements and bug fixes, further solidifying its position in the market.
No comments so far, maybe you want to be first?
Gu