were about to use XBrowse instead of WBrowse for our programs. And we're testing with a DBaseIII-database of about 30.000 records with ntx-indexes.
We observed, that XBrowse is very slow on large databases, when opening them from 2 computers or more, while WBrowse is fast.
Than we observed the network load with 4 different settings:
1) WBrowse over network opened on only one pc:
Searching a record took about 500 data-packets send and received
2) WBrowse over network opened on two pc:
Searching a record took about 3,000 data-packets send and received
3) XBrowse over network opened on one pc:
Searching a record took about 2,500 data-packets send and received
4) XBrowse over network opened on two pc:
Searching a record took about 43,000 data-packets send and received
As you can see, searching records, when the database is opened in network at two computers, takes with xbrowse about 13 times the load of the same search done with wbrowse. And so it takes up to 10 seconds to search and find a record, what is done within one second with wbrowse.
Has anyone experienced something similar and found a solution or workaround?
"SET DELETED OF" like proposed in another thread, didn't help at all.