Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Add index on tileid #66

Merged
merged 1 commit into from Jul 6, 2017
Merged

Add index on tileid #66

merged 1 commit into from Jul 6, 2017

Conversation

c-w
Copy link
Contributor

@c-w c-w commented Jul 5, 2017

We have quite a few queries that need to look up all the tiles in a particular bounding box. It's fast to convert a bounding box to tile ids (can be done analytically) so we need to ensure that it's also fast to look up data by tile ids.

We have quite a few queries that need to look up all the tiles in a
particular bounding box. It's fast to convert a bounding box to tile ids
(can be done analytically) so we need to ensure that it's also fast to
look up data by tile ids.
@c-w c-w requested a review from erikschlegel July 5, 2017 18:20
@c-w c-w added the in progress label Jul 5, 2017
Copy link
Contributor

@erikschlegel erikschlegel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@c-w c-w merged commit cce88fb into master Jul 6, 2017
@c-w c-w deleted the tileid-index branch July 6, 2017 17:43
@c-w c-w removed the in progress label Jul 6, 2017
rachelnicole pushed a commit that referenced this pull request Jan 24, 2018
Implemented Settings.modifyBlacklist
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants