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

Don't store JSON in level DB #6

Open
renepickhardt opened this issue Apr 18, 2014 · 0 comments
Open

Don't store JSON in level DB #6

renepickhardt opened this issue Apr 18, 2014 · 0 comments
Assignees
Milestone

Comments

@renepickhardt
Copy link
Member

as discussed with @sebschlicht it might make sense to store objects in as byte array in level db.

First profile in the middleware if parsing json with all the reflections is really a bottleneck

if so: move this code from https://github.com/Metalcon/middleware/blob/f15162d943a625dfcf535f70359fd6b0b0d572e2/src/main/java/de/metalcon/middleware/core/SddOutputGenerator.java to static data delivery write requests and change the response Classes and API of static data delivery.

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