Home / Companies / Rollbar / Blog / October 2012

October 2012 Summaries

1 posts from Rollbar

Filter
Month: Year:
Post Summaries Back to Blog
A new real-time search feature has been introduced, allowing users to search exceptions, errors, and log messages by title, with the search index updating approximately every two seconds as new items are added. This feature, utilizing Sphinx's real-time indexing capabilities, involves a straightforward setup on a dedicated machine and accounts for full-text fields and scalar attributes, with considerations for supporting infix queries through tokenization. While Sphinx's integration with MySQL offers convenient connectivity for debugging, it has limitations like unsupported "OR" conditions and "COUNT(*)" methods, necessitating additional handling for client connections. The system supports re-indexing using the REPLACE command despite potential memory concerns, ensuring flexibility for updates and maintenance operations.
Oct 24, 2012 657 words in the original blog post.