I am trying to read 100000 records from java mainly from cassandra to angular js and download in a file in GUI. But the page get hanged up moment it get huge data.
What can be an optimal solution.
Thanks
I am trying to read 100000 records from java mainly from cassandra to angular js and download in a file in GUI. But the page get hanged up moment it get huge data.
What can be an optimal solution.
Thanks
You can fetch data in packet rather then downloading the whole data in one way.