Hi all, We have a table with a mix of atom and string columns. Every
time we query certain date partitions with a simple select: select from
table where date = x we see the process mmap usage increase. The only
way we know to reduce this is by restar...