Scheduler Instrumentation Database Table
GridServer uses a simple relational database to report operations of GridServer Scheduler. The scheduler_info table is described here.
Scheduler 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