murmur3 hash binary data migration from Oracle to PostgreSQL

From: Jagmohan Kaintura <jagmohan(at)tecorelabs(dot)com>
To: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: murmur3 hash binary data migration from Oracle to PostgreSQL
Date: 2023-04-25 01:21:48
Message-ID: CA+cYFtudWbcO9e354SNO2kBcp+KAX3fbb=J_jPyCMSow-6Ao=A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Team,

We are doing Migration from Oracle to PostgreSQL. In SOurce database we
have Binary data stored using murmur3 hashing function. In Oracle this data
is being generated from the Java code and inserted into the Oracle
database.

As part of Migration processes the reference data on which this murmur3 is
generated is also getting changed while migrating to PostgreSQL.

In PostgreSQL do we have any mechanism for fetching this murmur3 hash
function for any UUID.

Please let me know, what ever solution is available for the implementation.

--
*Best Regards,*
Jagmohan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2023-04-25 01:41:25 Re: what happens if a failed transaction is not rolled back?
Previous Message Merlin Moncure 2023-04-25 00:21:12 Re: what happens if a failed transaction is not rolled back?