From 92c05a74ea674b0d21ad2316538c2c1a9f18b527 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 1 Mar 2025 13:00:26 +0000 Subject: [PATCH] [diary]: Add 01 Mar --- diary.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/diary.md b/diary.md index e985a95..fa2989b 100644 --- a/diary.md +++ b/diary.md @@ -1,3 +1,7 @@ +## 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!). + ## Fri 28 Feb 2025 - Update newest_data API to accept objectType arguments. - Add test script to test this.