Collection modes
9 instances
Captures queries and session context by inspecting traffic in-path, without installing anything on the database host. Preserves query fidelity at high volume and adds no load to the database itself.
- No agent to install, patch or fail on the database host
- Full query text and session context preserved
- No dependence on the database's own audit subsystem
- Requires network placement in the connection path
- Local connections on the host itself bypass it unless separately covered
The default here. Some environments explicitly require avoiding dependence on native audit logs, which makes this the only viable primary mode.
4 instances
Consumes the database platform's own audit source and normalises it into the same schema as proxy capture, so reporting is consistent across mixed estates.
- Captures local and console access that never crosses the network
- Works for managed cloud platforms where in-path inspection is not possible
- Depends on a subsystem a privileged administrator can disable
- Detail varies by platform; normalisation loses some fidelity
- Adds load to the database when set to full verbosity
Used for Snowflake, Databricks and MongoDB here, where proxy capture is not available.
2 instances
Proxy capture as the primary source, with native audit filling the gaps for local and console sessions. Events are deduplicated on correlation.
- Closes the local-access gap
- Retains proxy fidelity for the bulk of traffic
- Highest operational complexity
- Requires careful deduplication tuning
Applied to the two tier-1 instances where local DBA access is routine.
Per-instance overhead
Measurable overhead targets belong in the acceptance criteria, not in a vendor claim. Anything sustained above 3% warrants a mode review.
- analytics-lakehouseDatabricks · productionnative auditTamper-protected3.8%
- property-oracleOracle · productionhybridTamper-protected3.5%
- vitals-pgPostgreSQL · productionagentless proxyTamper-protected3.3%
- portal-prod-pgPostgreSQL · productionagentless proxyTamper-protected3%
- portal-staging-pgPostgreSQL · stagingagentless proxyTamper-protected2.8%
- healthcard-mysqlMySQL · productionagentless proxyTamper-protected2.7%
- ration-mysqlMySQL · productionagentless proxyTamper-protected2.3%
- forms-mongoMongoDB · productionnative auditUnprotected2.2%
- employment-mssqlMicrosoft SQL Server · productionagentless proxyTamper-protected1.9%
- scholarship-pgPostgreSQL · productionagentless proxyTamper-protected1.6%
- pension-ledger-mssqlMicrosoft SQL Server · productionhybridTamper-protected1.1%
- familyid-dr-oracleOracle · drnative auditTamper-protected1.1%
- beneficiary-warehouseSnowflake · productionnative auditTamper-protected0.8%
- familyid-prod-01Oracle · productionagentless proxyTamper-protected0.5%
- vendor-portal-pgPostgreSQL · productionagentless proxyTamper-protected0.5%