Considering that both snapshot and schema files are immutable, we are considering adding cache to them. Currently, we have added cache with static variables, but this carries risks, such as the following two situations:
Drop the table and create a new table with same name again.
Branch fastForward.
Whether these two situations are dangerous enough needs to be evaluated.
Purpose
Considering that both snapshot and schema files are immutable, we are considering adding cache to them. Currently, we have added cache with static variables, but this carries risks, such as the following two situations:
Whether these two situations are dangerous enough needs to be evaluated.
Tests
API and Format
Documentation