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

Use Multivalued Inserts #11

Open
lorenzo-gomez-windhover opened this issue Dec 23, 2020 · 1 comment
Open

Use Multivalued Inserts #11

lorenzo-gomez-windhover opened this issue Dec 23, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@lorenzo-gomez-windhover
Copy link
Collaborator

Using Multivalued inserts should increase juicer's performance without sacrificing readability. Performance can become particularly hindering to one's workflow especially when using tools like auto-yamcs which can take minutes when using juicer to parse large code bases such as airliner.

This is something that needs to be further investigated nonetheless.

@lorenzo-gomez-windhover lorenzo-gomez-windhover added the enhancement New feature or request label Dec 23, 2020
@lorenzo-gomez-windhover
Copy link
Collaborator Author

NOTE: One of the things that has prevented me from implementing this has been the fact that I need to save the id each symbol after it has been written to the database and I've realized that I think saving these off into a std::map<int,std::string> will solve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant