Name

vdd_measure_rpc_time — Estimate VDB RPC round-trip for a given DSN in milliseconds

Synopsis

float vdd_measure_rpc_time ( in _dsn varchar );

Description

This function will return the estimated number of milliseconds to perform an RPC round trip on the DSN supplied.

Parameters

_dsn

The name of the data source to estimate round-trip time for.

Return Types

The length of time taken in milliseconds as a float type.