Engine Instrumentation Database Table
GridServer uses a simple relational database to report the Engine Balancing process. The engine_ins table is described here.
Engine Instrumentation Database Schema Data Type Mapping
The following table lists mappings for the data types that vary depending on the database type:
| Data Type | MS SQL | Oracle | PostgreSQL |
|---|---|---|---|
| varchar | varchar | varchar | varying |
| bigint | bigint | number | bigint |
Subtopics