[STREAM-841] Perf improvements for kafka connector#163
Conversation
|
Adding for context: running a profiler of the kafka connector on a table leveraging some UDT showed a large amount of time spent on Quoting the OP, the changes can be summarized as follow
Will follow up with a CQL schema if available |
|
Adding a CQL DDL example as well as an example of the UDT structure and tables leveraged |
…ructPlan → StructToUdtPlan, and switched the plan cache to a bounded Caffeine cache
sandeep-ctds
left a comment
There was a problem hiding this comment.
Making the cache size configurable could be a future improvement.
|
Hi @sandeep-ctds I note the integration test failures. I am trying to understand if they are related in any way with the PR content? It does not look like that to me, but please let me know if you need further changes from my side. |
They are not related. We are trying to mitigate them. |
|
As repository variables are not accessible to PRs from forked repositories, the PR checks are failing as expected. |
|
Closing this in favour of the internal PR with same changes. |
Hi, as requested, related to ticket TS022015413