Hello is it possible to use LazyDataModel for lazy loading of data in a data table with Cassandra. I have been using it with Oracle before. Will there be any problem when using Cassandra and while 'talking' about this, it would be good to understand how exactly does the lazy loading work? Is data being loaded every time there is a change from one page to the other ? or is the data just being loaded once ? Any help is appreciated.
Thanks