Skip to content

How to Emulate --quick and --unbuffered options from MySQL Client #1184

@kolinkorr839

Description

@kolinkorr839

The MySQL client has the options: --quick and --unbuffered that are extremely useful when pulling large amounts of data. This essentially avoids putting all the results into memory which could cause OOM for the client since it writes the output immediately. Is there an equivalent options for mycli for this?

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