Project

General

Profile

Activity

From 08/30/2020 to 09/28/2020

09/29/2020

11:57 PM Bug #4926 (Closed): "guest already exists with ? ?. (132)" error in Hotel GUI
Eric Faulhaber

09/27/2020

04:09 PM Bug #4917: eliminate redundant ORDER BY elements in multi-table queries
This fix is intended only for the case where we have sort clauses for more than one table concatenated together, and ... Eric Faulhaber
03:52 PM Bug #4917: eliminate redundant ORDER BY elements in multi-table queries
Something to share about my investigations with H2 - if the chosen index didn't match the ORDER BY clause, then H2 wi... Constantin Asofiei
03:15 PM Bug #4917: eliminate redundant ORDER BY elements in multi-table queries
I initially thought there would be an @AbstractJoin@ object in the second query component we could use to analyze the... Eric Faulhaber
03:08 PM Bug #4917: eliminate redundant ORDER BY elements in multi-table queries
We have found that in certain cases (e.g., optimized @CompoundQuery@), multi-table queries are generated with ORDER B... Eric Faulhaber
02:55 PM Bug #4917 (New): eliminate redundant ORDER BY elements in multi-table queries
Eric Faulhaber

09/25/2020

07:09 AM Feature #4055: optimize temp-table output parameter copying
Adrian Lungu wrote:
> Unfortunately, almost every member of @RecordBuffer@ should be retrieved through getters in or...
Constantin Asofiei
06:38 AM Feature #4055: optimize temp-table output parameter copying
Constantin, the testcases work now. Unfortunately, almost every member of @RecordBuffer@ should be retrieved through ... Adrian Lungu

09/24/2020

01:59 PM Feature #4055: optimize temp-table output parameter copying
Adrian, I've backed out my ArgumentBuffer change in 3821c rev 11577 - the solution was to use getters for RecordBuffe... Constantin Asofiei
08:24 AM Feature #4055: optimize temp-table output parameter copying
Ovidiu Maxiniuc wrote:
> Review of 3821c rev 11565.
>
> The code looks good to me. I cannot say I fully get all o...
Constantin Asofiei

09/23/2020

07:48 PM Feature #4055: optimize temp-table output parameter copying
Review of 3821c rev 11565.
The code looks good to me. I cannot say I fully get all of it but I did a double pass o...
Ovidiu Maxiniuc
06:36 AM Feature #4055: optimize temp-table output parameter copying
Adrian, thanks for the explanation. We can't make the @buffer()@ and @definition()@ methods non-final, as this will ... Constantin Asofiei
05:01 AM Feature #4055: optimize temp-table output parameter copying
Constantin, the @RecordBuffer$ArgumentBuffer@ seems to be broken - the use of parameter buffers in queries was result... Adrian Lungu

09/22/2020

06:33 PM Feature #4055: optimize temp-table output parameter copying
3821c rev 11565 contains another pass at improving the 'field-by-field' copy. @RecordBuffer$DatumAccess@ was enhance... Constantin Asofiei

09/21/2020

03:43 PM Feature #4055: optimize temp-table output parameter copying
There is a bug in dataset-handle parameter copy, when there is a before-table, too - the before-table DMO iface (back... Constantin Asofiei
01:51 PM Feature #4055: optimize temp-table output parameter copying
I have some changes which enhance @RecordBuffer$DatumAccess@ to provide more data (like the PropertyMeta, Method inst... Constantin Asofiei
09:36 AM Support #4701: try to improve H2 transaction commit performance
In @directory.xml@, the following empty container node should be added (usually right before the database specific co... Adrian Lungu

09/20/2020

03:51 PM Support #4701: try to improve H2 transaction commit performance
Adrian: Please document the configuration changes to enable the separate database mode. Greg Shah

09/19/2020

07:16 AM Support #4701: try to improve H2 transaction commit performance
Probably the branch was not bound. I did the commit now as revision 11553.
Adrian Lungu

09/18/2020

02:33 PM Support #4701: try to improve H2 transaction commit performance
Adrian Lungu wrote:
> Done. Committed in 3821c as revision 11549.
Adrian, I don't see your commit in 3821c. 11549...
Eric Faulhaber
07:14 AM Support #4701: try to improve H2 transaction commit performance
Done. Committed in 3821c as revision 11549. Adrian Lungu

09/17/2020

04:52 PM Feature #4011: database/persistence layer performance improvements
Roger Borrello wrote:
> Is this a safe setting to add into existing projects? In other words, is there a downside ...
Eric Faulhaber
04:38 PM Feature #4011: database/persistence layer performance improvements
Eric Faulhaber wrote:
> It is *disabled* by default (meaning normal 4GL behavior: temp-tables are undoable unless de...
Roger Borrello
03:58 PM Feature #4011: database/persistence layer performance improvements
The performance enhancement to force NO-UNDO mode for all temp-tables (regardless of how they were defined) is implem... Eric Faulhaber
02:50 PM Support #4701: try to improve H2 transaction commit performance
Adrian: Go ahead and merge into 3821c. If there are any special requirements for rebuilding/deployment, please notif... Greg Shah
01:36 PM Support #4701: try to improve H2 transaction commit performance
Adrian, thanks for the explanations. Greg, I am good with the update going into 3821c. Eric Faulhaber

09/16/2020

05:16 AM Support #4701: try to improve H2 transaction commit performance
Just rebased 4701a using 3821c. Adrian Lungu
03:36 AM Support #4701: try to improve H2 transaction commit performance
Eric Faulhaber wrote:
> Code review 4701a, rev 11624-11627:
>
> This review is for the private vs. shared temp-ta...
Adrian Lungu

09/15/2020

07:24 PM Support #4701: try to improve H2 transaction commit performance
Code review 4701a, rev 11624-11627:
This review is for the private vs. shared temp-table database implementation. ...
Eric Faulhaber

09/14/2020

05:53 AM Support #4701: try to improve H2 transaction commit performance
4701a is independent upon the H2 version. Adrian Lungu
05:51 AM Support #4701: try to improve H2 transaction commit performance
Does this depend upon a new version of H2? Greg Shah
05:07 AM Support #4701: try to improve H2 transaction commit performance
I find 4701a safe enough. The major change is the new private vs shared temporary database. Using a shared temporary ... Adrian Lungu

09/13/2020

11:13 AM Support #4701: try to improve H2 transaction commit performance
How risky is 4701a? Greg Shah

09/10/2020

05:58 AM Feature #3574: finish implementation of temp-table XML support
Conversion and runtime stubs for @SERIALIZE-ROW()@ method are in 3821c rev 11512 Constantin Asofiei

09/09/2020

09:37 AM Feature #4011: database/persistence layer performance improvements
We don't want to move to 4.1 before we release 4.0. On the other hand, this is a very major change. Until 4.0 is re... Greg Shah
09:17 AM Feature #4011: database/persistence layer performance improvements
Eric Faulhaber wrote:
> 4011e was merged to trunk and committed as revision 11348.
Was there a FWD revision numbe...
Roger Borrello
04:42 AM Support #4701 (Review): try to improve H2 transaction commit performance
This task in finished. Waiting to rebase 4701b and eventually merge to trunk/3821c. However, I suggest to keep #4843 ... Adrian Lungu

09/08/2020

06:23 PM Feature #4011: database/persistence layer performance improvements
Trunk revisions 11347.1.316 and 11347.1.318 implemented a mechanism to keep track of the versions of persistent DMOs ... Eric Faulhaber
06:16 PM Feature #4011: database/persistence layer performance improvements
4011e was merged to trunk and committed as revision 11348. Eric Faulhaber
05:14 PM Feature #2156 (Closed): datetime-tz and hibernate
Please make the change in 3821c. I'm going to close this task.
> I say probably because the new ORM has not yet b...
Greg Shah
05:11 PM Feature #2156: datetime-tz and hibernate
Greg Shah wrote:
> @datetime-tz@ field persistence is fully supported now?
Yes, that was one of the aspects we bene...
Ovidiu Maxiniuc
04:56 PM Feature #2156: datetime-tz and hibernate
@datetime-tz@ field persistence is fully supported now? Do we need to change anything in our gap marking? Greg Shah
04:48 PM Feature #2156: datetime-tz and hibernate
Yes.
It is rather obsolete as we have now a much simpler access to DTZ fields using the new ORM.
Ovidiu Maxiniuc
04:44 PM Feature #2156: datetime-tz and hibernate
4011e was merged to trunk as rev 11348.
Eric/Ovidiu: Can we close this task?
Greg Shah
03:35 PM Support #4701: try to improve H2 transaction commit performance
Is there anything more to work on in this task or do we just need to get it rebased for merge to trunk (or merge into... Greg Shah
 

Also available in: Atom