Skip to content

Compressed variants of the serializers.#211

Open
KommuSoft wants to merge 3 commits intosebleier:masterfrom
hapytex:feature/compressed-serializers
Open

Compressed variants of the serializers.#211
KommuSoft wants to merge 3 commits intosebleier:masterfrom
hapytex:feature/compressed-serializers

Conversation

@KommuSoft
Copy link
Copy Markdown

Often JSON/YAML/pickle can produce large blobs with a lot of duplicated data.

By using a fast compressor, this can result in both faster writing and reading because the "bandwidth" between the Django layer and the database is smaller, and therefore more efficient. Yes, compressing takes some time as well, but for certain types of data (like pickled dataframes for example), this might pay off, and overall speed up processing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant