Benchmarking DuckDB from Java: Fast Insert, Update, and Delete
A benchmark evaluates DuckDB's performance for insert, update, and delete operations from Java, comparing it against H2 and SQLite across varying batch sizes. DuckDB shows strong throughput for bulk inserts and competitive update/delete performance, though it has higher per-row overhead for small batches. The results position DuckDB as a fast embedded analytical database for Java applications.