MyRocks
RocksDB use case: Building ultra low-latency Mobile Advertising Network
In the Mobile Ad Tech business, Bloom Filters implemented in the RocksDB can provide performance benefits by optimizing data access and reducing disk I/O. Overall, Bloom Filters implemented in RocksDB can enhance performance in Mobile […]
Why is RocksDB more suitable for High Write Throughput operations compared to InnoDB?
RocksDB is more suitable for high write throughput operations compared to InnoDB due to its design and underlying principles. Here are some reasons why RocksDB excels in handling high write loads: While InnoDB is a general-purpose […]
The Power of Partnership: How MinervaDB Transforms Corporate Open Source Database Infrastructure Operations?
Once upon a time, in the fast-paced world of global corporations, a new era of data-driven decision-making was taking shape. As businesses faced increasing pressure to manage vast amounts of data, they realized the need […]
Why the world’s largest Independent Mobile Ad. Network used MinervaDB MyRocks Managed Services for implementing Fraud Management System?
The fraudulent traffic and clicks can result in significant revenue loss for mobile ad networks. Advertisers pay for ad impressions and clicks that are not actually driving real business value, and the mobile ad network […]
How can we combine Bloom Filter Offloading and Storage Indexes on MyRocks?
MyRocks is a storage engine for the MySQL database that uses RocksDB, a high-performance key-value store, as its underlying storage engine. By combining Bloom filter offloading and storage indexes, it is possible to further improve […]
How do Bloom Filters Work in MyRocks?
Bloom filters are probabilistic data structures that are used for membership tests. They are particularly useful in databases as they allow faster and more efficient querying of data. In MyRocks, a storage engine based on […]