Comment on Why IndexedDB is slow and what to use insteadparentComments−jaffathecake4yNot only that, it's doing each insert in a different transaction, which isn't what you'd do for bulk-insert in any database.
Comments
Not only that, it's doing each insert in a different transaction, which isn't what you'd do for bulk-insert in any database.