You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

The tiLoad command send commands to the tiServer database engine related to load, refreshing or unloading a database from memory.
The command must have database name and password specified as described in the syntax
host=   Name of server with the TARGIT InMemory Database Engine running (optional, default is localhost)
database=    Name of the database (required)
pwd=    Password for the TARGIT InMemory instance (required)
/unload    Unloads the database specified from memory
/reload     Loads a new instance of the database from the InMemory data store and hot swaps to the new version
Syntax:
tiLoad host=servername;database=databasename;pwd=database_engine_password [/reload|/unload]
Example:
tiLoad database=mydatabase;pwd=dbpass123 /reload
tiLoad database=mydatabase;pwd=dbpass123 /unload

  • No labels