saving the oddbdatabase to a file
saving the oddbdatabase to a file
we created the database and added many entities to it. for example say around 90000 block entities with each block having some 20 tag attributes. while trying to save the file, we are getting an error "insufficient memory to perform operation.", on a machine with 512mb ram and 3gb of disk space available and the file it created till that time is around 3kb. but if i do the same thing on a machine with 1gb ram and with more than 10gb space, its able to create successfully with the size of 287mb.
i am using the dwgdirect 1.11 version.
1. is there any limitation in number entities, or block entities or size of the oddbdatabase object?
2. is there any way i can save to the file as soon as i write an entity to oddbdatabase, but every time only the new entity should get saved?
are we doing any thing wrong? please suggest a way to use dwgdirect in more performent way.
thanks & regards,
hari @ intergraph
hariky
# 9th june 2005, 11:21 am
softdev join date: nov 2002
location: st-petersburg, russia
posts: 85
hi,
quote:
1. is there any limitation in number entities, or block entities or size of the oddbdatabase object?
there is not such limitations in dwgdirect.
quote:
2. is there any way i can save to the file as soon as i write an entity to oddbdatabase, but every time only the new entity should get saved?
are we doing any thing wrong? please suggest a way to use dwgdirect in more performent way.
i think you are doing all right and the problem is related to computer memory size. you can try to check the size of the virtual memory paging file and increase it if possible.
unfortunately, dd supports only full saving of database (incremental saving is not implemented yet).
you can try to implement a paging of database objects (description is placed in "paging support" section of dwgdirect developer's guide).
regards,
sergey vishnevetsky
sergey vishnevetsky
# 21st june 2005, 11:03 pm
registered user join date: mar 2003
location: france
posts: 135
hello,
i was ready your answer sergey and you say
quote:
(incremental saving is not implemented yet).
does that mean that you plan to implement incremental saving ?
maybe in next release ?
broux@trace.fr
# 22nd june 2005, 05:54 am
moderator join date: mar 2002
posts: 2,994
we have no firm plans (schedule) for implementing incremental saving yet.
sergey slezkin
sslezkin
none
? | ?
thread tools
display modes
linear mode
search this thread
rate this thread
excellent
good
average
bad
terrible
posting rules
you may post new threads
you may post replies
you may post attachments
you may edit your posts
is on
are on
code is off
html code is off
forum jump
user control panel private messages subscriptions who's online search forums forums home general topics news questions and remarks business issues industry commentary general software issues documentation issues future directions dwg libraries dwgdirect.net dwgdirect, c++ version dwgdirectx, activex version adtdirect/c3ddirect opendwg toolkit/viewkit dgn libraries dgndirect, c++ version (2.x+) dgndirect libraries (legacy 0.99xx)
all times are gmt -7. the time now is 12:10 amfff">.
- - -
copyright ?2000 - 2009, jelsoft enterprises ltd.
copyright 1998-2008 open design alliance inc.
hi,
quote:
1. is there any limitation in number entities, or block entities or size of the oddbdatabase object?
there is not such limitations in dwgdirect.
quote:
2. is there any way i can save to the file as soon as i write an entity to oddbdatabase, but every time only the new entity should get saved?
are we doing any thing wrong? please suggest a way to use dwgdirect in more performent way.
i think you are doing all right and the problem is related to computer memory size. you can try to check the size of the virtual memory paging file and increase it if possible.
unfortunately, dd supports only full saving of database (incremental saving is not implemented yet).
you can try to implement a paging of database objects (description is placed in "paging support" section of dwgdirect developer's guide).
regards,
sergey vishnevetsky
hello,
i was ready your answer sergey and you say
quote:
(incremental saving is not implemented yet).
does that mean that you plan to implement incremental saving ?
maybe in next release ?
we have no firm plans (schedule) for implementing incremental saving yet.
sergey slezkin