MonetDBSolutions / data-vaults

0 stars 1 forks source link

[LiDAR]: The min max of all attributes should end up in the stats table. #20

Open romulogoncalves opened 8 years ago

romulogoncalves commented 8 years ago

For proper partition elimination we should load min and max for all attributes. Often happens that the selection, range or point, happens not only in X and Y, but also in one of the attributes such as classification_number.

This becomes more relevant for AHN3 where we load 9 attributes in addition to x, y, z.

kutsurak commented 8 years ago

I'll try to work on this during this week. I'll let you know when something is ready. If I remember correctly that part of the code needs a bit of attention anyway...