v.25.6Experimental Feature
Update on-fly by reading and writing
Previously,packedstorage was not supported for the full-text index, because the segment id was updated on-fly by reading and writing (.gin_sid) file on disk. In case of packed storage, reading a value from the uncommited file is not supported and this led to an issue. Now it is alright. #80852 (Elmi Ahmadov).
Why it matters
The feature addresses the issue where reading segment IDs from uncommitted files was unsupported inpacked storage, preventing full-text indexes from working correctly with this storage format. By enabling support for packed storage, users can now benefit from efficient full-text indexing alongside optimized storage.How to use it
Users can now use full-text indexes on tables withpacked storage without additional configuration. This support is automatic once the version including this fix is used.