May 22, 2003 #1 Liam1 Programmer Nov 7, 2002 43 GB Hello, I have been looking through some NCR's docs and noticed you can create a Hash Index. 1. What distinguishes this from a 2ndary index? 2. Is this more benificial than a "normal" 2ndary index? Thanks, Liam1
Hello, I have been looking through some NCR's docs and noticed you can create a Hash Index. 1. What distinguishes this from a 2ndary index? 2. Is this more benificial than a "normal" 2ndary index? Thanks, Liam1
May 22, 2003 #2 dnoeth Instructor Oct 16, 2002 545 DE 1. A Hash Index is a special kind of Join Index with some restrictions. It's similar to a NUSI but you can specify it's internal storage/distribution. 2. It depends ;-) So why don't you read the manuals for more info? Database Design: Chapter 11 SQL Vol 4: Chapter 1 Dieter Upvote 0 Downvote
1. A Hash Index is a special kind of Join Index with some restrictions. It's similar to a NUSI but you can specify it's internal storage/distribution. 2. It depends ;-) So why don't you read the manuals for more info? Database Design: Chapter 11 SQL Vol 4: Chapter 1 Dieter