What other features contribute to kdb+ performance?
Kx has refined the architecture in a number of ways, based on close attention to key performance criteria: • a columnar structure for the database simplifies indexing and joins, and dramatically speeds search performance • publish and subscribe mechanisms offload processing from the main server onto chained servers, allowing data services to be provided to a virtually unlimited number of clients • date, time, and timestamp (to nanosecond) are basic data types, making time-ordered analysis extremely fast • it is optimized for bulk inserts and updates, and not just one-transaction-at-a time. Exchange data typically comes in blocks, and does not have to be written one by one.
Related Questions
- Did Jonathan Goodwin suffer his groin injury during the game and did that contribute to Rogers’ performance?
- I don’t need all the fast path features provided by 6WINDGate. Can I disable them to increase performance?
- What is the impact on database performance of turning on all the new database manageability features?