Open
Description
We are currently mounting a remote azure file share and using dictdatabase for our database needs, it works fine (with delays in each operation, mitigated by creating custom indexes, etc), It works good but since this is a sync library, it blocks our fastapi server with concurrent calls, Is it possible to use something like aiofiles as backend to have support for asyncronous/network backed storage devices?
I tested with raw aiofiles + azure file share, it works flawlessly (no blocking), however since they do not natively support ACID compliance, we are more inclined to use dictdatabase, in more production environment
Metadata
Metadata
Assignees
Labels
No labels