Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What gains in typical query performance result from high-levels of compression? If the compression is three to five times, is the query speed-up proportionate?

0
Posted

What gains in typical query performance result from high-levels of compression? If the compression is three to five times, is the query speed-up proportionate?

0

A key value proposition is query performance. Speed depends on the data and the kinds of queries, however it should always be at least as fast as it is with standard databases and in many cases will be much faster. It is true that QD can compress source data by as much as 10 times, although three to five times is more common. In the 10x case, transferring the data off the disk would require about 90% less I/O transfer time. Despite that, the compression ratio is not necessarily directly related to query speed-up. Other factors can influence the speed-up, making it either faster or slower. Speed improvements are also achieved through the capture of the metadata. Additional performance enhancement is realized because the copy of the database that the user is accessing is local to his desktop or laptop. There is no contention for disks, CPU, memory, or other resources. The RDBMS does not incur any additional overhead from managing locks or simultaneous multiple user accesses.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.