File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ Table of Contents
2442441 . [ spark-packages.org] ( #spark-packages-org )
2452451 . [ DATA LAKEHOUSE] ( #DATA-LAKEHOUSE )
2462461 . [ Snowflake] ( #Snowflake )
247+ 1 . [ What is a synchronization?] ( #What-is-a-synchronization )
2472481 . [ References] ( #References )
2482491 . [ List of Books by Mahmoud Parsian] ( #List-of-Books-by-Mahmoud-Parsian )
249250
@@ -9420,6 +9421,19 @@ Snowflake Architecture:
94209421<a name="top"></a>
94219422
94229423
9424+ ## What is a synchronization?
9425+
9426+ * Synchronization makes sure that shared resources or data can
9427+ be accessed by only one thread at a time while execution.
9428+
9429+ * Its advantage is that it prevent data inconsistency
9430+
9431+ * Its disadvantage is that it makes execution slower as it makes
9432+ other thread wait till current thread completes execution.
9433+
9434+
9435+ <a class="top-link hide" href="#top">↑</a>
9436+ <a name="top"></a>
94239437
94249438## References
94259439
You can’t perform that action at this time.
0 commit comments