Re: murmur3 hash binary data migration from Oracle to PostgreSQL

2023-04-25 Thread Imre Samu
> > No we want to generate murmur3 format only. > If you need a server-side murmur3 function - one alternative is the https://github.com/markokr/pghashlib extension. psql (15.2 (Debian 15.2-2)) Type "help" for help. db=# create extension hashlib; CREATE EXTENSION db=# select hash_string('', 'm

Re: murmur3 hash binary data migration from Oracle to PostgreSQL

2023-04-25 Thread Erik Wienhold
> On 25/04/2023 12:44 CEST Jagmohan Kaintura wrote: > > No we want to generate murmur3 format only. > > > On 25-Apr-2023, at 8:52 AM, Jeffrey Walton wrote: > > > > My apologies if I misparsed a couple of statements. I am having > > trouble determining if you are migrating away from Murmur3. > > >

Re: murmur3 hash binary data migration from Oracle to PostgreSQL

2023-04-24 Thread Jeffrey Walton
On Mon, Apr 24, 2023 at 9:22 PM Jagmohan Kaintura wrote: > > 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

Re: murmur3 hash binary data migration from Oracle to PostgreSQL

2023-04-24 Thread Erik Wienhold
> On 25/04/2023 03:21 CEST Jagmohan Kaintura wrote: > > 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. Do you store

murmur3 hash binary data migration from Oracle to PostgreSQL

2023-04-24 Thread Jagmohan Kaintura
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