How to make tea: an illustrated introduction to functions
Functions are a fundamental part of programming. This post introduces the concept by asking a computer to make tea
Notes and doodles about stuff that I am learning or teaching
Functions are a fundamental part of programming. This post introduces the concept by asking a computer to make tea
Moving data over the network is the biggest performance bottleneck in a distributed system. Kinetica addresses this using its data distribution features and an integrated analytics suite that allows you to run complex analysis within the database.
Most OLAP queries use the following data operation
Hard disks are 100,000 times slower than memory. Kinetica’s memory first architecture prioritizes the use of system memory to avoid this bottleneck. But memory is expensive and storing everything in it can quickly become cost prohibitive. Kinetica addresses this using a native columnar data format and tiered storage.
Complex queries require data from different sources to be brought together under a single analytical framework. A data warehouse helps to do this.