jision / rock-php

Automatically exported from code.google.com/p/rock-php
0 stars 0 forks source link

Order by $natural for Capped Collections #105

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a large capped collection on Rockmongo

What version of the product are you using? On what operating system?
Any

Please provide any additional information below.
http://www.mongodb.org/display/DOCS/Sorting+and+Natural+Order

Thank you
Nicola

Original issue reported on code.google.com by nicola.bizzoca on 9 Jan 2011 at 9:49

GoogleCodeExporter commented 8 years ago
Did you mean that feature should be supported?

Yes, it seems useful.

Original comment by iwind....@gmail.com on 10 Jan 2011 at 1:11

GoogleCodeExporter commented 8 years ago
I have a large capped collection and I cant open it from Rockmongo because it 
tries to sort by _id instead of $natural

Rockmongo should order by $natural by default on every capped collections. 
Capped collections by default don't have even an index over _id

Original comment by nicola.bizzoca on 10 Jan 2011 at 4:12

GoogleCodeExporter commented 8 years ago
Fixed in svn: svn://ifphp.cn/rockmongo

Original comment by iwind....@gmail.com on 15 Jan 2011 at 5:49

GoogleCodeExporter commented 8 years ago
Thank you, works flawless ;-)

Original comment by nicola.bizzoca on 19 Jan 2011 at 7:54

GoogleCodeExporter commented 8 years ago

Original comment by iwind....@gmail.com on 9 Mar 2011 at 5:34