Hi Can some one help me to resolve this crate with java driver issue (https://stackoverflow.com/questions/53593331/java-crate-db-jdbc-odbc-driver-missing-some-of-the-record-while-doing-batch-inse) ?
Thanks for reaching out. Just wondering if you are trying out the select statement on the table immediately post insert statements, would suggest to run a REFRESH once and test if that helps in your case. https://crate.io/docs/crate/reference/en/latest/general/dql/refresh.html
Is the problem being observed every time you perform a BatchInsert, also for same/diff. number of records? Are there any failures observed (BatchUpdateExceptions) while insert?