3 links
tagged with all of: rust + performance + database
Click any tag below to further narrow down your results
Links
SQLite query optimization significantly improved the performance of the Matrix Rust SDK, boosting event processing from 19,000 to 4.2 million events per second. The article details the structure of data persistence using LinkedChunk and how identifying and addressing inefficiencies in SQL queries led to this enhancement. It emphasizes the importance of profiling tools and strategic indexing to optimize database interactions.
Radar has developed HorizonDB, a high-performance geospatial database in Rust, to replace Elasticsearch and MongoDB for their geolocation services. This transition has significantly improved operational efficiency, reduced costs, and enhanced performance, allowing the platform to handle over 1 billion API calls daily with low latency and better scalability.
The article discusses the implementation of a time series engine using Rust, focusing on optimizing performance under heavy load conditions. It highlights various techniques such as throttling to manage resource allocation effectively and ensure system stability during peak usage. Key challenges and solutions in developing a robust time series database are also addressed.