Skip to content

Cross-search - Make cross-search export faster by changing the transform function #908

@juhanikat

Description

@juhanikat

Cross-search export currently uses a function that removes the full_count property and replaces every newline in every row. This makes exporting the file take about 5-10 seconds longer, so it would be nice if this can be improved somehow.

One trick to possibly optimize newline replacing would be to use a REPLACE() function when generating the SQL query itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendServer-side issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions