Arjun Sunil Kumar

Results 19 comments of Arjun Sunil Kumar

Raised a PR : https://github.com/matrixorigin/matrixone/pull/14956

The PR is merged and is ready for testing. The Doc: 【企微文档】Master Index https://doc.weixin.qq.com/doc/w3_AawAhAZmAIkF47477sETGag09XnLO?scode=AJsA6gc3AA8sb1w99TAawAhAZmAIk Design Doc: https://github.com/matrixorigin/docs/pull/271 CC: @yangj1211

Updated the document to include SELECT query usage: https://doc.weixin.qq.com/doc/w3_AawAhAZmAIkF47477sETGag09XnLO?scode=AJsA6gc3AA8sb1w99TAawAhAZmAIk CC: @yangj1211

The master index is now ready. The performance is comparable to existing secondary index. ## 1 Filter Query QPS - No index: 500 - 1 Master: 2820 - 100 Secondary:...

Raised a PR : https://github.com/matrixorigin/matrixone/pull/14956

Sorry, there was a small bug. ![image](https://github.com/matrixorigin/matrixone/assets/9638314/308e33a3-0df2-4de1-8a40-89fe91d7dc22) It should be resolved in this PR: https://github.com/matrixorigin/matrixone/pull/15016

I think we might not need this change. MySQL skips `\` values. However, postgres does not skip `\` values. ![image](https://github.com/matrixorigin/matrixone/assets/9638314/f7685583-6488-4c6d-8592-a56fee57613d) Previously encode/decode was built based on Postgres API and hence...

Closing this issue for now, since it is following MySQL syntax. If we have any other use case that requires `\` to be escaped, we can reopen it then.