You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* MB-54131: Geoshape query decode optimization
- Added buffer pool pointer to polygon
- Added parent polygon pointer to loop
- Added decoder function to select, populate and return a pointer to the buffer from a pool of buffers
- Updated loop decode function to handle chunks of data being read
- Updated polygon decode function to pass on the buffer pool to the loops
- Updated extractShapesFromBytes and FilterGeoShapesOnRelation to include the buffer pool in its parameters
* MB-54131: Geoshape query decode optimization
- Changed buffer pool from pointer to slice
- Removed randomly formatted comments
* MB-54131: Geoshape query decode
+ add .gitignore
* MB-54131: Geoshape query decode optimization
- Added a buffer pool struct
- Increased size of the maximum buffer to 24KB
- Added better comments
* MB-54131: Geoshape query decode optimization
- Minor formatting fixes
- Reusing buffers instead of creating everytime
* MB-54131: Geoshape query decode optimization
- Better comments
- Removed some magic numbers
* MB-54131: Geoshape query decode optimization
- Changed buffer pool implementation to give the smallest buffer that fits the data completely
- Changed decoder implementation to allow buffer sizes bigger than number of bytes needed
* MB-54131: Geoshape query decode optimization
- Renamed some constants
* MB-54131: Geoshape query decode optimization
- Added benchmark for loop decode
0 commit comments