Sybase · Rate Limits

Sybase Rate Limits

Sybase products (SAP ASE, SQL Anywhere, IQ, Replication Server) are databases rather than REST/HTTP API services; they expose connection-level concurrency controls (max connections, locks, resource governor) configured by the DBA, not a public rate-limit policy.

1 Limits
DatabaseEnterpriseSAPSQLRate Limiting

Limits

Database Server Concurrency server
concurrent_connections
configured per database server (max connections, lock and resource limits set by DBA)
SAP ASE and related Sybase servers are tuned via sp_configure for max user connections, lock thresholds, and resource governor; there is no vendor-published per-second rate.

Policies

DBA-Configured Limits
Concurrent connections, lock counts, and resource governor are set per server by the customer DBA; there is no public rate-limit policy.

Sources