Skip to content

Support for async/await, ie aiofiles? #65

Open
@hari01584

Description

@hari01584

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions