-
-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A few cleanups on tile hashing (#861)
* Rename `global_hash` to `agg_tiles_hash` This is still a big sticking point: what should be the name for the metadata key for this value? The value represents the hash of all `z,x,y,tile` over all rows of the `tiles` table (or view). Should it include `md5` in its name, or should the hash be auto-detected by its length? (details in #856) * Generate it based on `tiles` table/view * validate or generate, but not both (it will always fail otherwise) * break up logic for per-tile, total, and integrity checks * delete unused sqlx prep file
- Loading branch information
Showing
9 changed files
with
164 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.