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

Create dedicated codec for Fields #1612

Closed
otoolep opened this issue Feb 15, 2015 · 1 comment
Closed

Create dedicated codec for Fields #1612

otoolep opened this issue Feb 15, 2015 · 1 comment
Assignees

Comments

@otoolep
Copy link
Contributor

otoolep commented Feb 15, 2015

The software may require a dedicated Field encoder-decoder for field types. Using a dedicated codec would allow it to use a dedicated lock, since we don't want to use the server-level lock which is taken during query processing. Query processing is long-running, and we don't want ingestion throughput affected by query processing.

@otoolep
Copy link
Contributor Author

otoolep commented Feb 17, 2015

Should be fixed by #1580

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

No branches or pull requests

2 participants