Skip to content
Snippets Groups Projects
Commit 60a2e9b9 authored by Aleksandr Lyapunov's avatar Aleksandr Lyapunov Committed by Aleksandr Lyapunov
Browse files

vinyl: use simple struct member for n_upserts

Now it is stored in memory right before struct struct vy_stmt,
consuming 8 bytes per tuple (due to alignment).

It is much more simple and completely free to store it right in
member of vy_stmt.

Part of #5385
parent b9c598ec
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment