Re: Performance Optimisation - Identifying the correct DB

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




What is the optimal execution time for Reading 200k records in Postgres. We had issues for reading records in cassandra which faced time out for ~200K records.

any ideal solution or recommendation towards Postgres.

Cassandra is highly optimized for key based readings only. 

Without knowing your application it is hard to predict how long will it take to read 200K records. 

Does the query to fetch 200K records use index. 
Does it fetch a small portion or a large portion of total rows. If later, then most likely PG will do table scan.  
How wide is the table.  
What is the timeout setting?

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux