Artur Școlnic's activity
From 08/26/2025 to 09/24/2025
09/24/2025
- 10:06 AM Database Feature #10583: Implement a Database specific records cache.
- Artur Școlnic wrote:
> We will have to come up with a clever mechanism of ensuring that only 'true' committed record... - 09:10 AM Database Feature #10583: Implement a Database specific records cache.
- I changed the approach a bit. Now dmo references are being cached in the shared cache and in the session cache, on re...
09/23/2025
- 08:42 AM Database Feature #10583: Implement a Database specific records cache.
- Artur Școlnic wrote:
> it is easily solvable by removing the cached record at the retrieve step and inserting it bac... - 07:01 AM Database Feature #10583: Implement a Database specific records cache.
- The only problem I see with the current implementation is that two (ore more) concurrent sessions can retrieve the sa...
- 06:41 AM Database Feature #10583: Implement a Database specific records cache.
- Alexandru Lungu wrote:
> * I don't think that @//initialize.accept(session);@ is right in @SessionFactory@. This w... - 03:55 AM Database Feature #10583: Implement a Database specific records cache.
- I analyzed the impact on memory consumption. There is an increase in the retained memory, each cached record will ret...
- 04:09 AM Database Feature #10436 (WIP): Detect Sequential Data Access and Prefetch Records from the Database
- 02:51 AM Runtime Infrastructure Feature #9686: move FWD to Java 25
- Looking forward to Compact Object Headers, Ahead-of-Time Method Profiling, Improved Garbage Collection and Virtual Th...
09/19/2025
- 11:12 AM Database Feature #10583 (Review): Implement a Database specific records cache.
- 10:29 AM Database Feature #10583: Implement a Database specific records cache.
- I completed the first stable version of the implementation.
The main points are:
* Each FFCache instance gets a new...
09/18/2025
- 07:29 AM Database Feature #10583: Implement a Database specific records cache.
- I managed to write an initial implementation, which is far from perfect, but stable enough to recreate the test from ...
- 04:26 AM Database Feature #10583 (WIP): Implement a Database specific records cache.
09/17/2025
- 06:26 AM Database Feature #10583: Implement a Database specific records cache.
- Alexandru Lungu wrote:
> A transactional database can have different representation of the same record at the same t... - 06:10 AM Database Feature #10583: Implement a Database specific records cache.
- Alexandru Lungu wrote:
> * by nature DMOs are *per-session*.
Can't this be changed? I don't see why a dmo should... - 05:29 AM Database Feature #10583: Implement a Database specific records cache.
- A database specific records cache could be 'simulated', for testing purposes, by increasing the existing session case...
09/16/2025
- 07:40 AM Database Feature #10583: Implement a Database specific records cache.
- Currently, @BaseRecords@ are cached in the session cache, which has a few drawbacks:
- fairly small capacity;
- one... - 07:38 AM Database Feature #10583 (Review): Implement a Database specific records cache.
09/03/2025
- 02:26 AM Database Feature #10436: Detect Sequential Data Access and Prefetch Records from the Database
- Alexandru Lungu wrote:
> Do you refer to patterns like the one in #10436-3 where you have a nested find?
Yes.
> @A...
Also available in: Atom