piskvorky / sqlitedict

Persistent dict, backed by sqlite3 and pickle, multithread-safe.
Apache License 2.0
1.16k stars 130 forks source link

Use case Discussion #171

Closed vigneshshettyin closed 9 months ago

vigneshshettyin commented 1 year ago

Apologies for opening a issue for clearing some doubts.

It would be great if you enable discussion section for this repository.

Questions

  1. Can SQLiteDict handle around 80 million key-value pair?
  2. Once 80 million key-value pairs are stored in SQLiteDict is there any optimized way/ method to query every key-value pairs?

Thanks @vigneshshettyin

vigneshshettyin commented 9 months ago

Closing this issue, as no response from the contributor!