- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Reply to: Column order in indexes
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "Column order in indexes"
Collapse
-
docnum would be the best option then. An index on cocode may fall apart based on the distribution of documents across companies.Originally posted by NotAllThere View PostUnfortunately, all of this is being filtered through a SAP layer, so I don't have control over the type of index
. The purpose the index is to improve read access - write access can take a running jump (it's BW).
My instinct was to go for docnum first.
Leave a comment:
-
Unfortunately, all of this is being filtered through a SAP layer, so I don't have control over the type of index
. The purpose the index is to improve read access - write access can take a running jump (it's BW).
My instinct was to go for docnum first.
Leave a comment:
-
The order of a compound index definetly has an impact.
Best thing to do would be to create a compound index in both orders, cocode/docnum and docnum/cocode.
If you have to choose one (for space concerns or write performance), go with the column with the most distinct values first (DocNum) as this will reduce the top level cardinality.
Edit - check index organised tables too - you could organise on the company code depending on the use case.
http://asktom.oracle.com/pls/asktom/...D:627128171401Last edited by Kanye; 29 October 2012, 11:06.
Leave a comment:
-
probably wisest to have a bitmap index on cocode and a separate index on docnum.Originally posted by NotAllThere View PostI've a select query that brings back matching records for a specific document number and company code. There's no index containing these, so I'm creating one. There are ~40 company codes in the system and many thousands of document numbers per company code.
Is there a preferred order for the index? I.e. should I used CoCode, DocNum or DocNum CoCode? Or does it not matter?
(Oracle 11.2)
Leave a comment:
-
Column order in indexes
I've a select query that brings back matching records for a specific document number and company code. There's no index containing these, so I'm creating one. There are ~40 company codes in the system and many thousands of document numbers per company code.
Is there a preferred order for the index? I.e. should I used CoCode, DocNum or DocNum CoCode? Or does it not matter?
(Oracle 11.2)Tags: None
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Why contractors keep putting off their pension (and why I'm one of them) Today 02:43
- HMRC loan charge settlement offer: 3 things to check before you sign Yesterday 07:41
- HMRC standstill agreements extended to 72 months: why the term's doubled, and what to check before signing Jul 31 05:53
- Who owns the loans? Inside the mystery of the loan charge recall scandal Jul 30 06:20
- Umbrella company winding-up petitions in 2026: the practical guide for contractors Jul 29 05:29
- Payments on Account deadline: what contractors must do before July 31st — maybe for the final few times Jul 28 08:01
- Andy Burnham's first 100 days: five things contractors need from the new PM Jul 27 00:53
- Starmer vs Burnham on housing: What their rival plans mean for your contractor mortgage Jul 22 00:59
- Burnham's housing vision vs. Starmer's home-buying reforms: what it means for your contractor mortgage Jul 22 00:59
- In Khalil v Innovate Transport, a limited company contractor wasn’t a worker and was on £2.30 — not £230 Jul 21 07:58

Leave a comment: