Skip to content

Refactor the generate_files and to_file functions #1424

Closed
@squirrelo

Description

@squirrelo

The functions are horribly inefficient (By not sorting the dataframe and instead sorting in the SQL alone I was able to drop from 30ms to 10ms runtime) so these functions really need to be revisited. Also, once they are efficient we will no longer need to store the files, and instead can generate them on the fly removing the possibility of the files being out of sync with the database.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions