[diary]: Update 28 Feb

This commit is contained in:
2025-03-01 14:10:29 +00:00
parent 0a89b740bf
commit cc74af44f1

View File

@ -1,6 +1,8 @@
## Sat 01 Mar 2025 ## Sat 01 Mar 2025
- Add GSI to permanent_data table to allow efficient querying of objects by type. - Add GSI to permanent_data table to allow efficient querying of objects by type.
- Sped up querying IrishRailStations from approx 10s to 1s (10x improvement!). - Sped up querying IrishRailStations from approx 10s to 1s (10x improvement!).
- Add GSI and sort code to transient_data to allow efficient querying.
- Sped up querying around 8x.
## Fri 28 Feb 2025 ## Fri 28 Feb 2025
- Update newest_data API to accept objectType arguments. - Update newest_data API to accept objectType arguments.