The "attrep_changesxxxx" Tables created to hold changes before apply in the Target Db2 LUW Database does not provide anyway to control the Tablespace or the commit points for inserts. We have millions of updates that are put into these Tables without any commits and it causes us a lot of problems with logging. The Tables are also repeatedly truncated and reused causing large amounts of pages in the Tablespace that are not reused and needs to be freed. I would like to see a setting that can control the number of inserts done between commits. We also would like a way to set the Tablespace Name for these Tables when they are created and maybe a way to drop and recreate them, besides stopping the tasks, when needed.