You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original bestiary was only a key: value store, it did not require filtering at first
Fly instance allows only 220mb of RAM for the basic tier, python would eat up 180-200mb, leaving no ram space for any db. Now that we (we=Rust) optimized the structure and use only 80mb, we have space for a sqlite db.
Possibility of different shards in different locations, reconciliation, etc..
This will improve latency (local db), remove ugly sanitation code when converting from json array to array of strings.
The text was updated successfully, but these errors were encountered:
Redis was used for four main reasons:
This will improve latency (local db), remove ugly sanitation code when converting from json array to array of strings.
The text was updated successfully, but these errors were encountered: