Hi Guys,
I am using csv file as database having approximately 9 lakh records.
After the connection is successful, bot executes the select query having some conditions, which runs for like an hour or so and then throws an error - Out of Memory.
Is it because of huge dataset or using CSV as database?
Any help will be really appreciated!!