Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


The aim of this phase is to switch the data base engine to the target (Postgres) one, without any structure transformation (but create indexes,...) 


The target technology stack is based on a ORM (django) and won't make use of any database server-specific (MSSQL nor Postgres) features:

  • no Stored Procedure
  • no specific (Transact-SQL) functions 


As a consequence, the migration to Postgres server should be limited to a re-location of the tables (and index re-creation,...)


  • No labels