pub async fn async_execute_insert(
client: &Client,
params: &Option<&Value>,
) -> Result<Value>Expand description
- Async execute insert (with synchronous_commit=off for high-volume operations)
High-performance insert for WHERE predicate affecting more than 100 rows. Disables synchronous_commit temporarily for maximum throughput. Significant performance benefit when WHERE condition matches > 100 rows. Returns rows affected count.