Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minify Mongo field names #6

Open
ryan-williams opened this issue Jul 6, 2015 · 1 comment
Open

Minify Mongo field names #6

ryan-williams opened this issue Jul 6, 2015 · 1 comment

Comments

@ryan-williams
Copy link
Member

Many field names today are taken directly from Spark's JsonProtocol and are quite verbose, e.g. TotalShuffleBytesRead.

Adding a layer that matches+replaces field-names before they go into Mongo would be nice, and may improve latency of spree server→client pubsub.

@ryan-williams
Copy link
Member Author

As noted by @hammer and detailed in this post, Mongo has compression as of 2.8 via WiredTiger, so this may be less of a win, but still interesting to try.

@ryan-williams ryan-williams removed their assignment Jul 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant