Update content/shared/influxdb3-processing-engine.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>pull/5958/head
parent
b317e4ca9a
commit
943ceb28ce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue