TIBCO ComputeDB Caching Characteristics
Cache target tables in TIBCO ComputeDB are created either as row-store tables (in the case of Single Table Caching) or column-store tables (in the case of Multi-table caching). Row-store tables more commonly used in relational databases. The advantage of Column-store tables is that they do not have primary keys defined and are efficient while performing analysis on large data sets.
ComputeDB uses an in-built engine to move data to the cache tables. The distributed engine that is used to perform this task uses an optimization mechanism that can process data coming from multiple datasets more efficiently. The cached data is stored in memory with an option to spill to disk if necessary, which makes queries that are run against the cached data much faster.
Accessing the ComputeDB Console
The ComputeDB console helps the user to monitor the resource usage by the cluster members and jobs. To access the console, start your cluster and open http:<localhost>:5050/dashboard/ in the web browser. Refer to the TIBCO ComputeDB documentation for more information.