The design of FoundationDB results in several limitations:
Long transactions
FoundationDB does not support transactions running over five seconds.
Large transactions
Transaction size cannot exceed 10 MB of total written keys and values.
Large keys and values
Keys cannot exceed 10 kB in size. Values cannot exceed 100 kB in size.