Size of a NTX File

Size of a NTX File

Postby Jack » Thu Dec 11, 2008 9:33 am

I have a dbf file with 20340 records .

When i index this file, the size of the NTX file is not the same
with Clipper 5.2 or FiveWin Xharbour 2.5 and FiveWin Xharbour 7.9

With Clipper 5.2 , the size of the NTX is 987 136
With Fw 2.5 and xharbour, the size is 1 272 320
With Fw 7.9 and xharbour, the size is 950 272

What is wrong ??

Here is the code :

select 0
use facture
index on facture->numfac+facture->fourn+dtos(facture->datefac) to t2
use
Jack
 
Posts: 280
Joined: Wed Jul 11, 2007 11:06 am

Postby Antonio Linares » Thu Dec 11, 2008 8:13 pm

Jack,

There is nothing wrong :-)

NTX files can have empty spaces in their internal nodes. So different RDDs versions can modify the way the NTXs are created, and then you get different NTXs sizes.

What you have to check is that the indexes are working fine. Thats what really matter :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41318
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Jack » Thu Dec 11, 2008 8:42 pm

Antonio,
Thanks for this answer .

Is there a compatibility with xharbour 7.9 and 8.10 .

Is it dangerous to use application compiled with different version on
the same dbf and ntx files ?

If i make a do while ! eof() , is there a risk that the number of records
in the index is different ??

Can i use at the same time, on a network, with the same DBF and NTX, application written with Clipper 5 or Fivewin for clipper and
other 32 bits applications Xharbour and fivewin (2.5 7.9 8.10)


Thanks .
Jack
 
Posts: 280
Joined: Wed Jul 11, 2007 11:06 am

Postby driessen » Thu Dec 11, 2008 9:09 pm

Jack,

This is not an immediate answer to your question, but I'd like to send you a suggestion.

Why don't you use CDX in stead of NTX ?

NTX has the disadvantage that there is a file for every index while all indexes of one DBF-file are combined in just one CDX-file.

But the choice, of course, is up to you.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.02 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc77
User avatar
driessen
 
Posts: 1396
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Postby Antonio Linares » Thu Dec 11, 2008 11:58 pm

Jack,

You have to try it by yourself.

The risk is to get a corrupted index, and you can always create it again.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41318
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby hua » Fri Dec 12, 2008 2:23 am

Jack,

>> Is there a compatibility with xharbour 7.9 and 8.10 .
Perhaps you mean FWH version here as xHarbour's is still 1.++?

>>Is it dangerous to use application compiled with different version on the same dbf and ntx files ?
>>If i make a do while ! eof() , is there a risk that the number of records in the index is different ??

As long as both are actually 32-bits program, I normally don't worry.

>>Can i use at the same time, on a network, with the same DBF and NTX, application written with Clipper 5 or Fivewin for clipper and other 32 bits applications Xharbour and fivewin (2.5 7.9 8.10)
Using both 16 and 32 bits programs to simultaneously access/update the same data is something that I'd try to avoid as much as possible as the RDDs are developed by totally different group of people. If you can't avoid it, take note of SET DBFLOCKSCHEME command. You can refer to xHarbour's documentation for a detailed explanation about it.

Hope that helps.
hua
 
Posts: 1038
Joined: Fri Oct 28, 2005 2:27 am


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 9 guests