![]() |
free open-source SQL full-text search engine |
|
Sphinx
Community Services Misc
|
News entryOct 14, 2007. 0.9.8 dev news: several new features, and many bugfixesThis time, a couple of weeks following Highload was mostly dedicated to bugfixing. Most prominently, SphinxSE should now compile and work fine with most MySQL versions (and I personally tested quite a few). However it seems we simply can not stop adding new features. So this update also includes:
Full scan, or in other words the long awaited “empty query” feature, means that Sphinx will now process and return all document IDs if there's no query string specified. This is useful in case you do not want to perform any full text search, but rather Sphinx-side filtering or grouping only (which in some specific cases turns out to be more efficient that MySQL-side). The interesting thing to know about full scan is that there is a simple internal optimization which could throw away blocks of records early. It works best when long ranges of documents (sorted by ID) only have a few different attribute values. So if you're filtering on timestamps which grow along with document IDs, this is going to be especially fast with full scan. As usual, the new snapshot is available from Downloads section. Permalink // del.icio.us // digg // stumble Add commentName and Comment are required; other fields are optional. Email will never be displayed nor transferred nor used for anything else except getting back in touch. Register and then login to skip spambot check and filling your name every time. Sorry, no markup at all for now. |
| Copyright © Sphinx Technologies Inc, 2009 |