[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: question about anchor database
From: |
Hideki IWAMOTO |
Subject: |
Re: question about anchor database |
Date: |
Thu, 22 May 2003 01:19:07 +0900 |
On Wed, 21 May 2003 00:13:50 +0900, Shigio Yamaguchi wrote...
> If we have enough memory then we had better do all the job in memory.
> But in poor environment or in the system which has many users, it may brings
> a breakdown. So, huge data should be written to disk, I think.
I timed time required for creation of an anchor database,
when it was the case where GTAGSCACHE is 5000000, and 50000000.
-------------+----------------------------------------------
| format of tag files
GTAGSCACHE | standard pathindex compact
-------------+----------------------------------------------
5000000 | 74min 68min 75min
50000000 | 33min 30min 23min
-------------+----------------------------------------------
Although GTAGSCACHE has big influence on the performance of htags,
it has appeared only in the manual of gtags.
I think that the section which described the following thing needs to be added
to the tutorial.
o Which operation is influenced by the value of GTAGSCACHE at performance
o How to determine the value of GTAGSCACHE
----
Hideki IWAMOTO address@hidden