Temporary storage for keeping data between program iterations?
- by mr.b
I am working on an application that works like this:
It fetches data from many sources, resulting in pool of about 500,000-1,500,000 records (depends on time/day)
Data is parsed
Part of data is processed in a way to compare it to pre-existing data (read from database), calculations are made, and stored in database. Resulting dataset that has to…