Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Increase dbisam table size
Fri, Jan 23 2015 8:10 AMPermanent Link

Stephane Lariviere

Hi , we are using dbisam version 4.26 with Delphi 2007 and we are reaching the limit size of 4 gb in some of our dbisam tables, what can we do to increase the table size ?

Thanks
Fri, Jan 23 2015 8:20 AMPermanent Link

Raul

Team Elevate Team Elevate

On 1/23/2015 8:10 AM, Stephane Lariviere wrote:
> Hi , we are using dbisam version 4.26 with Delphi 2007 and we are reaching the limit size of 4 gb in some of our dbisam tables, what can we do to increase the table size ?

The only option for file size is enabling Large File Support :

http://www.elevatesoft.com/manual?action=viewtopic&id=dbisam4&product=rsdelphiwin32&version=XE7&topic=Enabling_Large_File_Support


Note that dbisam does not shrink tables so if you also have a lot of
delete activity on the tables then you might be able to shrink the
tables by optimizing them. However if you really have 4+gb of data and
need to keep it all (i.e. can't archive and delete some of the data then
large file support is the only option).

Raul
Image