Skip to content

Commit e38e615

Browse files
authored
Merge pull request #1269 from oracle-devrel/uschwinn-patch-37
Update README.md
2 parents 444c76e + 7c7da89 commit e38e615

File tree

1 file changed

+5
-1
lines changed
  • data-platform/core-converged-db/database-23ai/lock-free_reservation

1 file changed

+5
-1
lines changed

data-platform/core-converged-db/database-23ai/lock-free_reservation/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ By avoiding the traditional locking mechanism during updates, this feature allow
66
to concurrently add or subtract from the same row’s reservable column without blocking each other by specifying the conditions for which the updates may proceed.
77
Especially online applications updating intensively and with huge concurrency, low cardinality tables can take advantage of this new feature.
88

9-
Reviewed: 03.09.2024
9+
Reviewed: 26.09.2024
1010

1111
# Useful Links
1212

@@ -15,16 +15,20 @@ Reviewed: 03.09.2024
1515
- [Database Concepts](https://docs.oracle.com/en/database/oracle/oracle-database/23/cncpt/tables-and-table-clusters.html#GUID-7C6A8E8A-F634-4D0D-877A-F948D6101066)
1616
- [Database Developer Guide](https://docs.oracle.com/en/database/oracle/oracle-database/23/adfns/using-lock-free-reservation.html#GUID-60D87F8F-AD9B-40A6-BB3C-193FFF0E60BB)
1717
- [SQL Language Reference](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/CREATE-TABLE.html#GUID-F9CE0CC3-13AE-4744-A43C-EAC7A71AAAB6)
18+
- [Documentation: Guidelines and Restrictions for Lock-Free Reservation](https://docs.oracle.com/en/database/oracle/oracle-database/23/adfns/using-lock-free-reservation.html#GUID-B2C0C556-64D0-47B6-B8AE-C97AD56A0F96)
1819

1920

2021
# Team Publications
2122

2223
## Blogs
24+
2325
- [Lock-free reservation: how to start with](https://blogs.oracle.com/coretec/post/lock-free-reservation-in-23c)
2426
- [Lock-free reservation: scale your apps](https://blogs.oracle.com/coretec/post/lockfree-reservation-in-23c-scale-your-apps)
2527

2628
## Videos
29+
2730
- [23ai Playlist](https://www.youtube.com/playlist?list=PLHA__TOeNI7MNBND0JWQUqTYOQ1up-VHX)
31+
- [Lock-Free Reservation](https://youtu.be/h6YvDoBfeyg)
2832

2933
# License
3034

0 commit comments

Comments
 (0)