Skip to main content

Community

Destination Improvement: Improve compatibility with CockroachDB as destination

Please sign in to leave a comment.

Comments

1 comment

    Hi Jane,

    We haven't explicitly added support for Cockroach DB as a destination, but these are good suggestions when we do. I had some questions about your suggestions: 

    1. Thank you, that makes sense. Do you know what the expected performance difference will be? 
    2. We probably do not want to use a regular table, because it would complicate cleanup for our system. Do you know when the temporary table feature will become stable? This looks like it has been in preview since 2020. 
    3. What sort of errors are you observing? Generally an error in query processing is assumed to be a bug, because transient issues are hopefully not common with a destination database system. 
    4. We optimize batch sizes for performance, and generally assume that database systems rarely have transient failures. I think similar to (3), I'd like to understand what is causing transient failures here. 

    Thank you! 

    Eric O'Connor

    PM of Platform & Destinations