[MCOL-4189] Measure the actual RAM consumption and test the patch for mem leaks. Created: 2020-07-17 Updated: 2021-11-09 Resolved: 2021-11-09 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr, PrimProc, writeengine |
| Affects Version/s: | None |
| Fix Version/s: | 6.1.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Roman | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Epic Link: | ColumnStore Compatibility Improvements | ||||||||
| Comments |
| Comment by Roman [ 2020-07-17 ] |
|
blockData in primproc/batchprimitiveprocessor.h has a fixed size depends in maximum non-dict column width. If it affects memory consumption a lot than make a shared ptr allocating space in BPP::initBPP() when PP knows the size of the column scanned. |