Does FoundationDB keep/ensure the backward compatibility of stored keys such as a tuple? In Data Modeling — FoundationDB 6.2, FoundationDB stored a tuple key as a value. But I’m not sure that is recommended and safe usage.
FoundationDB will both not change your keys or values during an upgrade, nor will the tuple specification or implementation change in backwards incompatible ways.