Andrey Fomichev
Andrey Fomichev
Looks like you ticket got many likes!
In-progress.
> ``` > UPSERT INTO users(id, phone, sms_code, sms_code_expiration) > VALUES (?id, ?phone, ?sms_code, ?sms_code_expiration); > ``` > > will update `id` column of row, but I need to do...
> Есть ли планы добавить такую фичу? If there would be many requests to this feature. But it's relatively difficult to implement it in efficient way.
Thank you for the comment. We are going to solve some issues with persistent queues api and provide documentation.
We have to move jdbc repository to github.com/ydb-platform @alex268
For the history, after discussion in telegram chat: 1. Partial and effective JSON updates `UPDATE table SET column_type_jsondocument=JSON_SETVALUE(“a.b.c”, 1)` 2. Table colocation (by ddoarn) 3. Kafka Connect integration https://docs.confluent.io/platform/current/connect/index.html
We are going to support 1. postgresql compatible syntax for queries 2. possibly postrgresql wire protocol (later)
We are working on this feature.
YDB should be portable to any Unix platform, so it's worth to try to compile it and at least provide build logs.