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

Improve performance on table set command #13

Merged
merged 2 commits into from
Apr 29, 2016
Merged

Conversation

kcudnik
Copy link
Contributor

@kcudnik kcudnik commented Apr 28, 2016

No description provided.

@@ -73,9 +73,8 @@ void Table::set(std::string key, std::vector<FieldValueTuple> &values,
{
/* We are doing transaction for AON (All or nothing) */
multi();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mulit is not needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@lguohan
Copy link
Contributor

lguohan commented Apr 29, 2016

ack

@kcudnik kcudnik merged commit 4e103b7 into sonic-net:master Apr 29, 2016
@kcudnik kcudnik deleted the perf branch April 29, 2016 17:29
zbud-msft pushed a commit to zbud-msft/sonic-swss-common that referenced this pull request Aug 19, 2022
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.

2 participants