Hi Bruno,
Even we are stuck in a similar scenario, where we are supposed to show 100k+ records in the grid, and we feel pagination is the one feature which would fix this as there will be some initial data to be shown to the user and the required data can be fetched as needed (instead of waiting till the grid gets complete data).
But, when Pagination is implemented in the component (which I believe would be available in near future), does the filter conditions works out on the entire data set? (in this case 100k+ records). It can show the distinct values, upon selecting, it can make a call back to fetch those required data only.
Thanks,
Somesh