From cc74af44f13119ba1fe56832a17601667bf4f001 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 1 Mar 2025 14:10:29 +0000 Subject: [PATCH] [diary]: Update 28 Feb --- diary.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/diary.md b/diary.md index fa2989b..4a7adb0 100644 --- a/diary.md +++ b/diary.md @@ -1,6 +1,8 @@ ## Sat 01 Mar 2025 - 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!). +- Add GSI and sort code to transient_data to allow efficient querying. + - Sped up querying around 8x. ## Fri 28 Feb 2025 - Update newest_data API to accept objectType arguments.