0

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

1 Answers1

0

You can fetch data in packet rather then downloading the whole data in one way.

mohan rathour
  • 420
  • 2
  • 12