tiLoad

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
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.