Diptendu Dutta wrote:

> After re-installing b3 we found the following :
> 
> 1. Unwaring takes up 4.9 MB of disk space.
> 2. Each collection takes up 12 KB when created.
> 
> We are running Xindice on Windows 2000 with JSDK
> 1.4.0_01
> 
> Regards,
> 
> Diptendu
> 
> 
> Murray Altheim wrote:
> 
>> Vadim Gritsenko wrote:
>>
>>> Murray Altheim wrote:
>>>
>>>> [EMAIL PROTECTED] wrote:
>>>>
>>>>> The "tbl" file for each collection is taking up
>>>>>    6 MB as soon as the collection is being created.
>>>>>
>>>>> This behaviour is markedly differnt from b3.
>>>>
>>>>
>>>
>>>> This behaviour seems to be the case with 1.1b3 as well.
>>>
>>>
>>>
>>> I see a contradiction here. I don't remember default tbl file
>>> size for 1.1b3, so, who is right here?
>>
>>
>>
>> Vadim,
>>


We pointed this out about a month ago (in "Default size of data
files in 1.1b4"). It appears to be related to a change in how the
file header is initialized in org.apache.xindice.core.filer.BTree.java.

e.g.
the following method calls were removed from BTree() in 1.1b4:
  fileHeader.setPageCount(1);
  fileHeader.setTotalCount(1);


-- 
Richard

Reply via email to