Reputation: 11
A client wants information extracted from their MUMPS database and transferred to a cache database, where do I begin and what are some best practices I should keep in mind? (I am fairly new to MUMPS and have been put on this project)
Upvotes: 1
Views: 764
Reputation: 455
Intersystems Cache' is an implementation of a MUMPS database, and its associated programming language (Cache' Objectscript) is a superset of the MUMPS programming language. It is one of several different implementations of the MUMPS language standard.
When you say your client "wants information extracted from their MUMPS database and transferred to a cache database", the particular flavor of MUMPS database you are extracting data from is unclear. Does your client want to pull data out of a GT.M system, a database running an older version of Intersystems Cache', or a system using some other flavor of MUMPS?
In the absence of specific information about the MUMPS database, it's hard to give specific best-practices. Instead, the following general cautionary information is provided:
Upvotes: 7