Phil Eaton 10/18/2021

Experimenting with column- and row-oriented datastructures

Read Original

This article details an experiment comparing the performance of row-oriented (array of objects) and column-oriented data structures for common in-memory queries like summing, sorting, and grouping. It includes code for data generation and benchmarking, focusing on the implications for data processing tools like DataStation.

Experimenting with column- and row-oriented datastructures

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week