Closed abernh closed 3 years ago
…before binary conversion
microseconds were omitted when using pack with format 'N', causing timestamp to be reduced to "seconds", causing high chances of equal IDs on import processes
pack
Rel: Issue #1002
I tested the "old" and "fixed" createMongoDbLikeId() method by running it in a while loop
createMongoDbLikeId()
while
(my machine: Ubuntu 20, Apache, PHP7.4, Core i7-8550U, 12GB Ram)
Thanks 👍
…before binary conversion
microseconds were omitted when using
pack
with format 'N', causing timestamp to be reduced to "seconds", causing high chances of equal IDs on import processesRel: Issue #1002