YottaDB is a key-value database engine optimized for transaction processing. It is based on GT.M.
Questions tagged [yottadb]
4 questions
1
vote
1 answer
Environment variable $ydb_dist (/opt/yottadb/current) could not be verified against the executables path (/opt/yottadb/current/yottadb)
I'm getting this error when pulling and running the yottadb/yottadb-debian latest docker image. I'm using the one-liner for docker on the vendor's site with no success.
Is this result expected based on my warning message? Is there something I need…

Eric
- 33
- 6
1
vote
1 answer
Cannot access global directory
Dears,
I have the following issue:
I have defined the Global Directory in shell as follows:
$ydb_gbldir=memory.gld
$export ydb_gbldir.
When I try to do it in the shell $ydb to access the YottaDB Application, I get the following error:
Error file…

Luciano Muratore
- 29
- 4
-1
votes
1 answer
Locust 'Request time' vs 'Response time' for single request
I have been working on an update of the YottaDB web framework benchmarks. I am having trouble working out the difference between locust request times and response times. This answer implies that response time includes all requests to that…

Berwyn
- 151
- 7
-1
votes
1 answer
Traps as exceptions
The trap mechanism in Mumps has similarities to the exception mechanism in many other language.
Most examples I have seen of trap usage is for catching unintentional errors.
Is there also a way intentionally trigger an error, which can be caught by…

Lii
- 11,553
- 8
- 64
- 88