Update content/shared/influxdb3-processing-engine.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5958/head
Jameelah Mercer 2025-04-09 15:50:27 -07:00 committed by GitHub
parent b317e4ca9a
commit 943ceb28ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ The Processing engine is an embedded Python virtual machine that runs inside an
The Processing engine runs Python code directly within a {{% product-name %}} server process. This design provides high performance and direct access to database resources.
- **Embedded execution**: Code runs in the same process space as the database
- **Embedded execution**: Code runs in the same process space as the database server
- **Direct data access**: Zero-copy access to data where possible
- **Event-driven**: Responds to database writes, scheduled events, and HTTP requests
- **Isolated contexts**: Maintains separation between different plugin executions