Comment on Actually Queryable ExecutablesparentComments−kqr16dBut on the other hand table are represented with trees![1][1]: https://en.wikipedia.org/wiki/B-tree#B-tree_usage_in_databas...−xelxebar16dAnd those trees are usually represented as tables via an array of structs or similar. IMHO, the architecture of memory and memory access should push us more towards tables as a default data structure than trees.
Comments
But on the other hand table are represented with trees![1]
[1]: https://en.wikipedia.org/wiki/B-tree#B-tree_usage_in_databas...
And those trees are usually represented as tables via an array of structs or similar. IMHO, the architecture of memory and memory access should push us more towards tables as a default data structure than trees.