DataBase record and save all activity
Posted: Thu Jul 18, 2024 7:24 am
Hello All,
Due to expanding the User base of a HSQLDB, the Client would like to be able to record and save all activity per session.
I know there is the DataBase log file, that does the job perfectly, but that is removed when the DataBase shuts down.
We had a discussion with Villeroy, a long time ago, during the development and implementation of the DataBase viewtopic.php?t=71054&hilit=update+timestamp, but that did not really work out.
The Client wanted all activity, and would mean a lot of TRIGGERS, slowing down the DataBase.
Now that the issue became relevant again, we decided to look at the log file.
This is not really what we are looking for. It does not provide a TimeStamp for every activity
Question: Is there a way to save a type of activity logfile with a TimeStamp per activity, before the shutdown of the DataBase.
Thanks in advance,
Dream
Due to expanding the User base of a HSQLDB, the Client would like to be able to record and save all activity per session.
I know there is the DataBase log file, that does the job perfectly, but that is removed when the DataBase shuts down.
We had a discussion with Villeroy, a long time ago, during the development and implementation of the DataBase viewtopic.php?t=71054&hilit=update+timestamp, but that did not really work out.
The Client wanted all activity, and would mean a lot of TRIGGERS, slowing down the DataBase.
Now that the issue became relevant again, we decided to look at the log file.
This is not really what we are looking for. It does not provide a TimeStamp for every activity
Question: Is there a way to save a type of activity logfile with a TimeStamp per activity, before the shutdown of the DataBase.
Thanks in advance,
Dream