Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add indexes to mongodb collection #237

Open
gartea opened this issue Jul 6, 2017 · 2 comments
Open

Add indexes to mongodb collection #237

gartea opened this issue Jul 6, 2017 · 2 comments
Assignees

Comments

@gartea
Copy link
Contributor

gartea commented Jul 6, 2017

This will make search and retrieval generally faster

@gartea
Copy link
Contributor Author

gartea commented Jul 18, 2017

Subtasks:
Create command to index the database by silo_id and unique_column
Each new silo created should be indexed and every unique column

gartea added a commit that referenced this issue Jul 19, 2017
…atically be indexed by silo and unique column
gartea added a commit that referenced this issue Jul 19, 2017
gartea added a commit that referenced this issue Jul 19, 2017
@gartea gartea modified the milestone: 0.9.2 Jul 27, 2017
@sanjuroj sanjuroj assigned sanjuroj and unassigned gartea Sep 14, 2017
@sanjuroj
Copy link
Collaborator

The indexing technique we would like to use is only available in MongoDB >3.2. The indexing commands are in the code as comments, we can uncomment the code once MongoDB has been upgraded.

@glind glind removed this from the 0.9.2 milestone Nov 9, 2017
@ghost ghost removed the 0 - Backlog label Nov 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants