For a data table with more than 1 Mio rows, the data filter is extremely slow.
It takes several seconds to
- activate a new column in the data filter
- type text in the filter : a few seconds per character!
- delete a character in the filter
Why?
new table("test", add rows(2000000), new column ("col",Character, Set each value(Char(random integer(2000000)))))