hello,
Moreover, does anyone know by chance what type is the hadb database?
Is it a db2?
Is the created HADB database a physical database? By means does it have tables?
From docs i read that the tuple log may fill up because:
Execution slows due to CPU or disk I/O contention
Is it Application server or Backend DB I/O, CPU?
Moreover i read that the log records are kept until the outcome (commit or abort) of the transaction is certain.
Then what If an application failed to commit a transaction to Backend DB, will it fill up the Log Buffer?
For monitoring Log buffer: How can I get the percentage of available resources (using: hadbm resourceinfo --logbuf command)?
Thanks,
Scotty