Archiving data in Sybase IQ from Sybase ASE -


what best means of solving following problem:

i have sybase ase database used oltp server. there lot of data inserted database each day , result 'live' tables hold last n days of data (n can vary table table).

i introduce sybase iq server decision support server holding of previous days data reporting purposes.

i nightly job "sync" sybase iq tables in ase i.e. insert new rows, update changed rows not delete of rows outside of n days live table represents.

all ideas welcome!!!

you have develop etl (extract transform load) process.

there lot commercial , free etl products. think best way in case

  1. create rs ase -> ase replication (direct ase -> iq have bad performance)

  2. modify delete function string separate delete operations

  3. periodically truncate insert iq tables second ase db (update poor in iq) via linked server connection


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -