diff --git a/content/shared/influxdb3-processing-engine.md b/content/shared/influxdb3-processing-engine.md index 215efb52e..ad766eeb0 100644 --- a/content/shared/influxdb3-processing-engine.md +++ b/content/shared/influxdb3-processing-engine.md @@ -11,7 +11,6 @@ The Processing engine runs Python code directly within a {{% product-name %}} se - **Embedded execution**: Code runs in the same process space as the database server - **Direct data access**: Zero-copy access to data - **Event-driven**: Responds to database writes, scheduled events, and HTTP requests -- **Isolated contexts**: Maintains separation between different plugin executions - **Cache integration**: Access to system caches including Last values and Distinct values ### Event processing flow