Custom Query (1173 matches)
Results (139 - 141 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #141 | FIXED | Prevent comment link expiry | ||
| Description |
Comment links need to be changed so they don't expire when the comment gets pushed to the next page by new comments. |
|||
| #142 | fixed | Make sure we're using 100% efficient queries / indexes | ||
| Description |
Every query we use should be able to efficiently use an index, yet
at the same time, we shouldn't create superflous indexes.
Related:
- `http://kylebanker.com/blog/2010/09/21/the-joy-of-mongodb-indexes/ <http://kylebanker.com/blog/2010/09/21/the-joy-of-mongodb-indexes/>`_
- `http://www.mongodb.org/display/DOCS/Indexing+Advice+and+FAQ <http://www.mongodb.org/display/DOCS/Indexing+Advice+and+FAQ>`_
- `http://www.mongodb.org/display/DOCS/Indexes <http://www.mongodb.org/display/DOCS/Indexes>`_
Especially, we should play with using explain:
`http://www.mongodb.org/display/DOCS/Indexing+Advice+and+FAQ#IndexingAdviceandFAQ-Use{{explain <http://www.mongodb.org/display/DOCS/Indexing+Advice+and+FAQ#IndexingAdviceandFAQ-Use%7B%7Bexplain>`_}}.
Assigning to myself, but feel free to claim this if you're excited
about investigating.
|
|||
| #143 | FIXED | 'previous' link results in 404! | ||
| Description |
In Vinzenz's instance there is a link to nowhere showing up in the last media item - why is that? |
|||
Note:
See TracQuery
for help on using queries.
