Skip to content

Conversation

@missinglink
Copy link
Member

@missinglink missinglink commented Nov 12, 2025

This PR enables the TinyPoint feature of Spatialite which reduces the bytes required to store POINT based geometries by omitting the bounding box byte prefix.

The code was previously commented out because we were running versions of spatialite prior to 5.0.0 which didn't support it, this is no longer the case and we don't support those old versions.

I expect that there will be a very modest reduction in disk usage, it's still nice to have.

@missinglink
Copy link
Member Author

I tested this and when running version 5+ clients will be able to read databases created with both this setting enabled and disabled, regardless of whether EnableTinyPoint() is called.

@missinglink missinglink merged commit 7691491 into master Nov 12, 2025
6 checks passed
@missinglink missinglink deleted the tinypoint branch November 12, 2025 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants