Hi Anirban,
I think you are talking about Informix Dynamic.
When we migrate from one db to another, we make sure that the functionalities remain the same.
One has to know the features of both source and target DBs.
Data type matching, Procedures, functions, macros, exception handling. Operating systems on which the DBs work. How do you represent Unicode, Latin from Informix. How to migrate large objects like BLOB,CLOB,LOB etc. Max columns per row, max column name size etc are different say in informix and Teradata. JIs how to replicate in informix. Indexes are the pain areas you may face, provided in informix db , all features of indexes are implemented :). There are so many things to tell :).
In terms of PPI, I am not pretty sure if Informix has columnar partitioning or not. But yes, you can see range, case single level and multilevel. Access level control etc.
In terms of modeling, I dont see much changes excepting that Teradata has UPI,NUPI,USI, NUSI and of course PK, FK are also there.
Cheers,
Raja
Hi Anirban,
I think you are talking about Informix Dynamic.
When we migrate from one db to another, we make sure that the functionalities remain the same.
One has to know the features of both source and target DBs.
Data type matching, Procedures, functions, macros, exception handling. Operating systems on which the DBs work. How do you represent Unicode, Latin from Informix. How to migrate large objects like BLOB,CLOB,LOB etc. Max columns per row, max column name size etc are different say in informix and Teradata. JIs how to replicate in informix. Indexes are the pain areas you may face, provided in informix db , all features of indexes are implemented :). There are so many things to tell :).
In terms of PPI, I am not pretty sure if Informix has columnar partitioning or not. But yes, you can see range, case single level and multilevel. Access level control etc.
In terms of modeling, I dont see much changes excepting that Teradata has UPI,NUPI,USI, NUSI and of course PK, FK are also there.
Cheers,
Raja