julep icon indicating copy to clipboard operation
julep copied to clipboard

Replace `updated_at` with `updated_at_ms` wherever it is used as a `Validity` in cozo relations

Open creatorrr opened this issue 8 months ago • 0 comments

updated_at: Validity default [floor(now()), true], should be change to =>
updated_at_ms: Validity default [floor(now() * 1000), true],

coz validity is an integer only and floor(now()) returns seconds which means that the most frequently that record can be updated is at a per second interval.

creatorrr avatar May 29 '24 06:05 creatorrr