Re: Migrating from Db2

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Migrating from Db2
Date: 2020-03-12 21:03:03
Message-ID: 918b3a86-1972-396d-2ab7-9a8eacdcec6e@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/12/20 3:35 PM, Joe Jess wrote:
> We are evaluating migrating from Db2.
>
> Would appreciate if you can point me to useful resources.  And any
> guidance on things to what out for.
>
> Our set up
> - About 100+ tables
> - 300+ user definable functions and tables.  Mainly for analysis and
> reporting.
> - Small number of stored procedures called by our reporting tool.
> - 10+ GB.
> - Database encryption
> - Database audit
>
> Look straightforward?

Converting the UDFs and sprocs will be the biggest hurdles.

Encryption should be doable, but depends on what you currently encrypt.

--
Angular momentum makes the world go 'round.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message stan 2020-03-12 22:34:02 plperl syntax question
Previous Message Joe Jess 2020-03-12 20:35:30 Migrating from Db2