I am working on a project where I receive data from an external database and I store these in various global/local variables - as I don't want to bombard the database with requests I pull it every x minutes/hours depending on the need.
Then I use alasql (fantastic stuff) to query the datasets directly from the variables.
My question is, what is the cost of doing this (ie. large datasets in vars - 100k+ arrays with objects ) ? Are there things I need to keep in my in terms of performance ?