Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
OK tested on my own and for me it is 2,5 times slower with transaction logging enabled.
I tried my own design task multi threaded. It should not make a difference if translog is enabled. I also tried the standard design task.
[ Daniel Nashed ]
Hi
I don't think translog should make any difference to the performance of the design task.
If you do the math it takes around 18 seconds per database. This is what I also got in my tests with a multi threaded server task on a standard Linux machine refreshing the mail database template after having it signed.
Yes it would make a lot of sense to run the signing in parallel. And it would also make sense to redirect the log output and not have all of it in the log of the server.
The DesignRefresh API call has a signal proc. but sadly that has no call-back parameter.
So when operating multi-threaded this could become tricky to implement with logging.
For now I am logging to the console in my test via printf. This avoids the logging overhead.
Yes I think the idea to have it multi threaded makes a lot of sense.
But I don't think translog has any impact here.
You are actually saying it would have taken 2 seconds for a larger application to have the design refreshed if I get that right?
How was this tested?
[ Daniel Nashed / https://blog.nashcom.de ]