Skip to content

Incorrect way of storing and managing data, try using SQLite instead #2

@NobWow

Description

@NobWow

Managing all the data in memory and storing/restoring it using json might consume a lot of RAM on >50 Discord guilds.
Use any of the SQL database system to store all of the guild data to prevent memory overconsumption
I suggest to use simple SQLite 3 (pip install aiosqlite)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions