in reply to Re^4: Text CSV_XS memory crash
in thread Text CSV_XS memory crash

select min/max and distinct

FWIW, things like min/max (and many other statistics) can also be computed sequentially (or incrementally), i.e. without storing all values in memory prior to starting the computations.  Maybe that's worth reconsidering...