Skip to content

Do not cache table data #11

@lfkpoa

Description

@lfkpoa

Hi.

This is a great package, congratulations!

I have a huge dump file and I'm only interested in analysing the entries and exporting just a few tables to the file system.
I actually want to convert to parquet, but it could just save the table data as a gzip csv file.
The problem is that the package always tries to export every table and blogs to a temporary file without compression.
That is taking a lot of time and space and I don't need it.
An option to not cache anything would be great.
And a method to export the contents of an entry with parameters for the filename and if it should use gzip would be perfect.

Thank you!

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