H
H
habrdima2015-07-02 19:39:33
JavaScript
habrdima, 2015-07-02 19:39:33

Where is indexedDB stored?

Am I interested in storage space, RAM or hard drive? and how does it affect the speed of the browser if the database is large?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
NaN, 2015-07-02
@habrdima

To disk.
The speed is affected in the same way as the rest of the browser's local data: settings, cookies, tmp...
I think on modern PCs a large database in itself is not a problem. The problem is to handle it correctly and look into the profiler occasionally.

4
4ikist, 2015-07-02
@4ikist

The database itself is stored on disk, because for example, devdocs.io works offline. By the way, it works without problems, taking into account the fact that it contains all the docks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question