Bug #11356
Synchronize the access to the meta database in FWD
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
Related issues
History
#1 Updated by Artur Școlnic 4 months ago
In a highly concurrent environment, PageStore's storage engine in H2 becomes a point of contention because of the inefficient and unfair locking algorithm. A synchronization in FWD showed to be a much more efficient approach, this was already done for the ConnectTableUpdater, we need to identify other places were the access to the meta tables can be synchronized in FWD.
#3 Updated by Constantin Asofiei 4 months ago
- Related to Feature #11291: Improve h2 locking system added
#4 Updated by Artur Școlnic 3 months ago
- Assignee set to Artur Școlnic
#5 Updated by Eric Faulhaber 3 months ago
- Related to Bug #11379: implement "live" metadata tables in persistent database added