Skip to content

Draft: Query V2 serialization support#140

Open
slowcheetahzzz wants to merge 1 commit into
masterfrom
nested_joins_compatibility
Open

Draft: Query V2 serialization support#140
slowcheetahzzz wants to merge 1 commit into
masterfrom
nested_joins_compatibility

Conversation

@slowcheetahzzz

Copy link
Copy Markdown
Collaborator

No description provided.

@slowcheetahzzz slowcheetahzzz changed the title Query V2 serialization support Draft: Query V2 serialization support Jul 15, 2026
@MadSchemas MadSchemas changed the title Draft: Query V2 serialization support Draft: Query V2 serialization support #141 Jul 21, 2026
@MadSchemas MadSchemas changed the title Draft: Query V2 serialization support #141 Draft: Query V2 serialization support Jul 21, 2026
this.reindexer = reindexer;
this.namespace = namespace;
this.transactionContext = transactionContext;
buffer.putUInt8(QUERY_FORMAT_V2_MARKER);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Если я правильно понял, то сейчас безусловно используется формат V2. Это будет проблемой при миграции. Тут ожидается схема, аналогичная Go/C++-клиентам: выбор формата на основе ответа на login

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.

Поддержать формат сериализации QueryV2/QueryResultsV2

2 participants