Forum BigDB Feature Request: Admin view sortable, mass delete

Discussion and help relating to the PlayerIO database solution, BigDB.

Feature Request: Admin view sortable, mass delete

Postby UnknownGuardian » March 2nd, 2011, 6:27 am

I'd love if we could sort our database objects from the admin table (even if they wouldn't be sorted in the db itself, just visually sorted) and we could have some sort of mass delete where more than one object at one time could be deleted, but not the whole table. The sort would be made more awesome if we could sort by database property values. e.g. I have a playerobject with a time property and I want to dump everyone with 0 time, so I would sort numerically be the time property and delete the first X amount.
UnknownGuardian
 
Posts: 94
Joined: May 25th, 2010, 5:11 am

Re: Feature Request: Admin view sortable, mass delete

Postby Benjaminsen » March 2nd, 2011, 4:32 pm

You can already sort your tables by creating an index. (A new tab will appear with your sorted data in the admin interface).
What you cannot do is delete a range directly from the admin interface yet. I have noted it down as a feature request.

As a quick solution you can simply make an index and do a deleteRange call using the client library (Remember to make a separate secure connection)
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark


Return to BigDB



cron