Java Efficient Conversion of LocalDateTime to byte[]
I need to read a database table (sorted rows) with 300+ million TIMESTAMP
as LocalDateTime
in Java, and I need to get a single hash of all of them. Then, I need to get the same hash from the migrated database (different brand and all) and get the hash to compare.