Skip to main content

async_execute_insert

Function async_execute_insert 

Source
pub async fn async_execute_insert(
    client: &Client,
    params: &Option<&Value>,
) -> Result<Value>
Expand description
  1. 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.