This page provides best practices for optimizing query performance in CockroachDB. DML best practices Use multi-row statements instead of multiple single-row statements For INSERT, UPSERT, and DELETE statements, a single multi-row statement is faster than multiple single-row statements. Whenever possible, use multi-row statements for DML queries instead of multiple single-row statements. For more