hey, I am using a airbyte connector from postgres ...
# ask-community-for-troubleshooting
p
hey, I am using a airbyte connector from postgres to postgres, it is creating an additional copy of the tables that I am replicating every time I sync and the db is running out of space, is there a way I can stop airbyte from making multiple copies of the same table?
Example: _airbyte_tmp_lsc_tableName
s
@Prateek Gupta unfortunately currently there is no way to stop creating the
_airbyte_tmp_lsc_tableName
table
p
the problem is that it is creating multipe tables like this
u
Are the sync job succedded? These tables should be removed after the sync is finished.
p
no, the sync is failing and hence I am gettin many tables of this type as they fail
h
Hey any reason why sync is failing ?
Currently as Marcos has mentioned if the sync succeeds we delete those tables
p
can't really say, if its a problem on infra or the program, the table is around 60GB and 100 mn rows from postgresql to postgresql
h
Hey Prateek can you monitor database logs and see if you can get something there.
p
could not write to file "base/pgsql_tmp/pgsql_tmp11974.1": No space left on device