- 15 Feb, 2021 2 commits
-
-
renovate authored
- 14 Feb, 2021 1 commit
-
-
ale authored
-
- 07 Feb, 2021 1 commit
-
-
ale authored
-
- 27 Jan, 2021 4 commits
-
-
ale authored
-
ale authored
Make 'app_key' into a proper secondary key, completely independent from the main shard/type/resource_id key, providing a hash map for each type/resource_id combination. The Get() call semantics are extended to support scanning the app_key space when passing an empty 'app_key' attribute. Keys in the API are now explicit, not represented as strings (the string encoding no longer has any usage except debugging).
-
ale authored
-
ale authored
-
- 24 Jan, 2021 1 commit
-
-
ale authored
We can now run sharded queries on the server itself, simplifying the client implementation. The server will forward the request to all desired shards, it will store the data in a temporary SQL table, and it will then run a *reduce* query on it to return the results to the caller.
-
- 23 Jan, 2021 9 commits