Skip to content

How to reduce memory usage? #74

@Kazuuk

Description

@Kazuuk

Hello

I tried to 'export_data' with Parquet file, which source is the large(2GB) size CSV, to SBDF.
When I tried with C library, I used 'tableslice' as recommended and it works fine.
But in Python, I converted Parquet file to Pandas dataframe first and then convert Pandas dataframe to SBDF.
In the conversion that Pandas dataframe to SBDF consume a lot of memory.
Is there anyway to use 'tableslice' method in Python, or better way?

Thank you in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions