Monday, February 27, 2023

 

DB Reading


BASE: An Acid Alternative: In partitioned databases, trading some consistency for availability can lead to dramatic improvements in scalability.

https://dl.acm.org/doi/10.1145/1394127.1394128

TAO: FB Graph  - https://engineering.fb.com/2013/06/25/core-data/tao-the-power-of-the-graph/

https://dx.tips/oops-database

Int size on Apple Watch (watchOS)

  Even though Apple Watch chipset is 64-bits, Int is still 32-bit. To get 64 bit behavior you have to explicitly use Int64 https:// jeffver...