Using Index in JBASE
- ch_sopheak
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
14 years 5 months ago #6304
by ch_sopheak
Using Index in JBASE was created by ch_sopheak
What is the version of Jbase which support INDEX?
Currently we are using T24 R8.005 with jBase version 5.0.23 in IBM UNIX 5.3.
If the index support in jbase 5.0.23, please sent me the procedure to create index in jBase.
Thanks and best regards,
Currently we are using T24 R8.005 with jBase version 5.0.23 in IBM UNIX 5.3.
If the index support in jbase 5.0.23, please sent me the procedure to create index in jBase.
Thanks and best regards,
Please Log in or Create an account to join the conversation.
- saahmad
- Offline
- Premium Member
-
Less
More
- Posts: 145
- Thank you received: 9
14 years 5 months ago #6333
by saahmad
Replied by saahmad on topic Re: Using Index in JBASE
Following are indexing commands in jabase 5.10 use them if these help
Creation of Index
Jsh-create-extindex –v FXXX.APPLICATION <<FIELD NAME AS IN STANDARD.SELECTION>>
Deletion of index
DELETE-EXTINDEX –v FILE.NAME INDEX.NAME
Moreover please take care of the following point while using index
The frequently queried fields should be indexed properly to improve the performance in SELECT but it may slowdown the update.
Maximum 4 indexes can be created for a table. (2- 4 MAX)
For heavily updated but lightly queried tables fewer indexes the better (2) otherwise update will slow down so transaction performance will be reduced.
For lightly updated tables but heavily queried tables, i.e. Customers, Category,? Etc then additional indexes also make sense....(4 max)
Creation of Index
Jsh-create-extindex –v FXXX.APPLICATION <<FIELD NAME AS IN STANDARD.SELECTION>>
Deletion of index
DELETE-EXTINDEX –v FILE.NAME INDEX.NAME
Moreover please take care of the following point while using index
The frequently queried fields should be indexed properly to improve the performance in SELECT but it may slowdown the update.
Maximum 4 indexes can be created for a table. (2- 4 MAX)
For heavily updated but lightly queried tables fewer indexes the better (2) otherwise update will slow down so transaction performance will be reduced.
For lightly updated tables but heavily queried tables, i.e. Customers, Category,? Etc then additional indexes also make sense....(4 max)
Please Log in or Create an account to join the conversation.
Time to create page: 0.037 seconds