Comment on Why IndexedDB is slow and what to use insteadparentComments−sieabah4yThat's the first thing I noticed when reading, it's complaining that if you don't batch your writes the performance suffers substantially.It warrants an audible "duh". More work is always going to run slower.
Comments
That's the first thing I noticed when reading, it's complaining that if you don't batch your writes the performance suffers substantially.
It warrants an audible "duh". More work is always going to run slower.