intelligentplant / AppStoreConnect.Adapters

Allows Intelligent Plant App Store Connect to query 3rd party systems
https://appstore.intelligentplant.com
MIT License
0 stars 0 forks source link

Key/value store optimisations #357

Closed wazzamatazz closed 11 months ago

wazzamatazz commented 11 months ago

Modifies the SQLite key/value store to use BLOB I/O when reading/writing values.

Updates the FASTER key/value store to allow all records in the store to be iterated over.

Makes a small tweak to TagValueBuilder to prevent redundant calls to DateTime.UtcNow.