Project

Profile

Help

Story #152

closed

As a user, I can add custom indexes to mongo collections

Added by mhrivnak about 9 years ago. Updated about 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
High
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Platform Release:
2.7.0
Groomed:
Sprint Candidate:
Tags:
Pulp 2
Sprint:
February 2015
Quarter:

Description

Some users want the ability to search on a particular field of a particular collection frequently, and thus need the ability to define custom indexes. Right now, pulp will destroy user-defined indexes when pulp-manage-db runs.

Deliverables:

  • move the drop and create indexes code from pulp-manage-db into a new migration
  • add a release note that only after running pulp-manage-db one last time will the user's indexes are now safe to be added and they will not be dropped
  • add a note in the user facing docs that users are free to add/manage their own migrations on mongodb
  • add a section to the developer docs that explains a migration needs to be used for deletion of indexes in the future
  • the new migration needs to come with tests
Actions #1

Updated by rbarlow about 9 years ago

Once we switch fully to mongoengine, we can get rid of the dumb thing
that drops the index with each pulp-manage-db.

Once we've done that, my preference would be for us to stop dropping the
indices in pulp-manage-db, and leave it to the user to use the Mongo
shell to add their own custom indices.

Actions #2

Updated by bmbouter about 9 years ago

  • Tags Sprint Candidate added
Actions #3

Updated by bmbouter about 9 years ago

Some users want the ability to search on a particular field of a particular collection frequently, and thus need the ability to define custom indexes. Right now, pulp will destroy user-defined indexes when pulp-manage-db runs.

Deliverables:

  • move the drop and create indexes code from pulp-manage-db into a new migration
  • add a release note that only after running pulp-manage-db one last time will the user's indexes are now safe to be added and they will not be dropped
  • add a note in the user facing docs that users are free to add/manage their own migrations on mongodb
  • add a section to the developer docs that explains a migration needs to be used for deletion of indexes in the future
Actions #4

Updated by bmbouter about 9 years ago

  • Description updated (diff)
Actions #5

Updated by bmbouter about 9 years ago

  • Description updated (diff)
Actions #7

Updated by mhrivnak about 9 years ago

  • Sprint/Milestone set to 12
Actions #8

Updated by dkliban@redhat.com about 9 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to dkliban@redhat.com
Actions #9

Updated by dkliban@redhat.com about 9 years ago

  • Status changed from ASSIGNED to POST
Actions #10

Updated by dkliban@redhat.com about 9 years ago

  • Status changed from POST to MODIFIED
Actions #11

Updated by bmbouter about 9 years ago

  • Tags deleted (Sprint Candidate)
Actions #12

Updated by dkliban@redhat.com about 9 years ago

  • Platform Release set to 2.7.0
Actions #13

Updated by dkliban@redhat.com almost 9 years ago

  • Status changed from MODIFIED to 5
Actions #14

Updated by rbarlow about 8 years ago

  • Status changed from 5 to CLOSED - CURRENTRELEASE
Actions #15

Updated by bmbouter about 6 years ago

  • Sprint set to February 2015
Actions #16

Updated by bmbouter about 6 years ago

  • Sprint/Milestone deleted (12)
Actions #17

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added

Also available in: Atom PDF