Activity
From 05/19/2024 to 06/17/2024
06/17/2024
- 08:33 AM Bug #8883: ensure FWD data import always creates indexes even if no dump file exists for a table
- If there is no data dump file for a table, FWD import process should re-index that table; currently only tables which...
- 08:25 AM Bug #8883 (New): ensure FWD data import always creates indexes even if no dump file exists for a ...
- 05:43 AM Bug #8878: Jumble sort dictates a full preselect
- I committed the changes for jumble sort rule to 8878a/15285.
- 03:46 AM Bug #8878: Jumble sort dictates a full preselect
- Then we can consider that only the @first@/@last@ queries are converted incorrectly for now.
- 03:44 AM Bug #8878: Jumble sort dictates a full preselect
- I suppose that the BY affects only the first two table sorting, whereas the third component does not have an imposed ...
- 03:42 AM Bug #8878: Jumble sort dictates a full preselect
- I have done some more testing using various queries and I think you are right, however I found a case that I want to ...
- 03:39 AM Bug #8878 (WIP): Jumble sort dictates a full preselect
- Created 8878a. Please commit your changes to fix this on 8878a.
- 03:38 AM Bug #8878: Jumble sort dictates a full preselect
- Artur, you found recently that using EACH for each component is also generating a @PreselectQuery@. I think that this...
- 02:41 AM Bug #8878: Jumble sort dictates a full preselect
- ...
06/14/2024
- 10:26 AM Bug #8878: Jumble sort dictates a full preselect
- Original report:
---
When jumble sort is detected, all queries in a joined query are converted as @PreselectQue... - 10:03 AM Bug #8878 (Internal Test): Jumble sort dictates a full preselect
- 04:37 AM Bug #8868: Fix "Can't normalize FWD value to use it with direct access." error for FieldReference...
- Eric Faulhaber wrote:
> Greg Shah wrote:
> > Eric: Please review.
>
> Code review 8868a/15280:
>
> Are there a...
06/13/2024
- 11:10 AM Bug #8868: Fix "Can't normalize FWD value to use it with direct access." error for FieldReference...
- Greg Shah wrote:
> Eric: Please review.
Code review 8868a/15280:
H2 direct access is not an area of the code I...
06/12/2024
- 02:21 AM Bug #8868: Fix "Can't normalize FWD value to use it with direct access." error for FieldReference...
- Created *8868a* and committed the patch from #8868-1 to *8868a/rev.15280*.
06/11/2024
- 09:47 AM Bug #8868: Fix "Can't normalize FWD value to use it with direct access." error for FieldReference...
- Eric: Please review.
- 08:29 AM Bug #8868 (Review): Fix "Can't normalize FWD value to use it with direct access." error for Field...
- 08:29 AM Bug #8868 (WIP): Fix "Can't normalize FWD value to use it with direct access." error for FieldRef...
- 02:56 AM Bug #8868: Fix "Can't normalize FWD value to use it with direct access." error for FieldReference...
- While testing the unit tests of a customer, I noticed that there are a few instances of @FieldReference@ arguments th...
- 02:50 AM Bug #8868 (Rejected): Fix "Can't normalize FWD value to use it with direct access." error for Fie...
06/05/2024
- 06:51 AM Feature #7382 (Closed): Check performance of delete from vs drop table in H2
- 04:01 AM Feature #7382: Check performance of delete from vs drop table in H2
- This can be closed as the changes reached FWD-H2 already.
06/04/2024
- 10:15 AM Feature #7363 (Closed): Improve H2 Value caching, hashing and equals
- 09:46 AM Feature #7363: Improve H2 Value caching, hashing and equals
- FWD-H2 is not at rev. 48 in trunk. This can be closed.
- 10:15 AM Feature #7062 (Closed): Direct access to H2 internals to solve basic queries
- 09:45 AM Feature #7062: Direct access to H2 internals to solve basic queries
- FWD-H2 is now at rev. 48 in trunk. This can be closed.
06/03/2024
- 01:48 PM Feature #7020: always use "expanded" extent fields
- > but I think it is time to change it now. Permanent and temp-tables should be expanded by default
For temp-tables... - 12:52 PM Feature #7020: always use "expanded" extent fields
- Code review 7020c/15089-15090 (long overdue, sorry):
This update seems to support both @denormalized@ and a new @e... - 07:39 AM Bug #7258 (Closed): Optimize INDEX-INFORMATION with closed dynamic queries
- 02:33 AM Bug #7258: Optimize INDEX-INFORMATION with closed dynamic queries
- This can be closed.
- 07:39 AM Bug #7174 (Closed): Resolve simple CAN-FIND statements faster
- 02:33 AM Bug #7174: Resolve simple CAN-FIND statements faster
- This can be closed.
- 07:39 AM Bug #7165 (Closed): Close multiplex scope using prepared statement
- 02:32 AM Bug #7165: Close multiplex scope using prepared statement
- This can be closed.
- 07:38 AM Bug #5306 (Closed): AdaptiveQuery sets a found record into the buffer twice in dynamic mode
- 02:31 AM Bug #5306: AdaptiveQuery sets a found record into the buffer twice in dynamic mode
- This can be closed.
- 07:38 AM Feature #7060 (Closed): Consider using wildcard selection to reduce SQL size
- 02:31 AM Feature #7060: Consider using wildcard selection to reduce SQL size
- This can be closed.
- 07:38 AM Support #7058 (Closed): get the FWD fork of the H2 code base under version control
- 02:29 AM Support #7058 (Test): get the FWD fork of the H2 code base under version control
- 02:28 AM Support #7058 (Internal Test): get the FWD fork of the H2 code base under version control
- The goal of this task was reached. #7061 was fully fixed and part of FWD-H2. This can be closed.
05/31/2024
- 10:52 AM Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- The change is not OK - I get this:...
- 05:55 AM Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Rebased 8593d/rev. 15263.
Tested this with a customer unit tests and everything went fine. Although, I think the t... - 02:20 AM Feature #8834: add bootstrap configuration support for -db OE command line parameter (and related...
- Are @-H@, @-S@ and @-P@ used only for the db? If so, it's best to have an array of custom objects with all the config...
05/30/2024
- 05:02 PM Feature #8834: add bootstrap configuration support for -db OE command line parameter (and related...
- The current code provides two ways to make a database connection in FWD:
* Using the session based auto-connect (#... - 04:45 PM Feature #8834 (Closed): add bootstrap configuration support for -db OE command line parameter (an...
- 04:43 PM Feature #8833: eliminate legacy load on startup support
- This is leftover work that should have been finished in #3930. The objective is to remove the old style load on star...
- 04:33 PM Feature #8833 (New): eliminate legacy load on startup support
05/25/2024
- 07:34 AM Bug #8593 (Internal Test): H2 performance improvement for table 'truncate by multiplex'
- ETF testing passed.
05/23/2024
- 09:32 AM Bug #8593 (Review): H2 performance improvement for table 'truncate by multiplex'
- Hmmm, I think I see the problem. Indeed, it is not right to delete the DMO as it is not even inserted in the database...
- 06:57 AM Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Actually I get this in the server log:...
- 03:13 AM Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Alexandru Lungu wrote:
> Constantin, can you pick this up for another customer application that drove the effort in ... - 07:23 AM Bug #7473 (Test): rewrite toString() implementation for Dataset, StaticTempTable and TempTableBui...
- Branch 7473a was merged to trunk rev 15236 and archived.
- 07:16 AM Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- You can merge to trunk now.
- 02:41 AM Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- This is ready to merge. Let us know when we can merge.
05/22/2024
- 11:07 AM Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- Since this hasn't merged yet, let's pause the merge so other branches can go.
Eduard: Let me know when you are a... - 10:32 AM Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- I am talking about 8593d.
- 10:32 AM Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- I am picking this up for a customer unit tests.
As #8593 is broadly about performance in FWD-H2, Constantin, can you...
05/21/2024
- 11:22 AM Bug #7473 (Merge Pending): rewrite toString() implementation for Dataset, StaticTempTable and Tem...
- This can merge after 8001a.
- 10:56 AM Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- Alexandru Lungu wrote:
> I think the changes are only for debugging purposes, right? Ovidiu, please correct me if I ... - 07:41 AM Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- I think the changes are only for debugging purposes, right? Ovidiu, please correct me if I am wrong. Despite trying i...
- 07:13 AM Bug #7473 (Internal Test): rewrite toString() implementation for Dataset, StaticTempTable and Tem...
- What testing is needed?
- 03:17 AM Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- I committed the changes.
05/20/2024
- 03:20 PM Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- Review of 7473a, r15210.
The majority of the issues from previous review were addressed, I have not seen any logic... - 02:32 PM Bug #8593 (Internal Test): H2 performance improvement for table 'truncate by multiplex'
- The changes seem logical. I think the code is OK.
- 10:24 AM Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Ovidiu: Please review.
- 03:46 AM Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- 8593d needs a review first.
Also available in: Atom