<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi All,<br>
    <br>
    I am trying to copy selective objects from one database to another
    database. we are using following functions to accomplish this.<br>
    <br>
    <i><small>ZODB.Connection.Connection.ExportFile<br>
        ZODB.Connection.Connection.ImportFile</small></i><br>
    <br>
    In this process destination file become very large after copy
    operation, plus it takes a lot of memory.<br>
    for example <br>
    source database size is 500 MB<br>
    initial destination database size is 700 MB<br>
    finally destination database size become around 20GB. After packing
    the final database it came to normal size but <br>
    <br>
    - Sometime it creates disk space issue on machine<br>
    - It consumes a lot of memory<br>
    <br>
    Is somebody aware of any solution to this problem ? <br>
    Thanks a lot in advance.<br>
    <br>
    Thanks &amp; Regards,<br>
    Sanjay Rao<br>
  </body>
</html>