Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary of changes: - Update 'Build a Java App with CockroachDB' to use: - the Java DAO pattern - JDBC - code for automatically retrying in case of txn retry errors - an example of fast bulk insertion using JDBC batching - Add a 'Recommended Practices' section that includes information about IMPORT, recommended batch size, and the JDBC INSERT rewriting flag Does all of the above for versions 19.1 and 19.2. Fixes #4621, #3578, #4399.
- Loading branch information