When I ran the python script for getting the data from Cassandra using
SELECT * FROM my_keyspace LIMIT 5000000;
using a limit of 5 million, then the records are shown up after a processing time of 22 minutes. But when I set the limit to 10 million records and fire the query, the script keeps waiting for a very long time and I am yet to receive a response. What could be the issue?