arnobrinkman
710037031f
Enhanced Index Structure.
...
1) NULLs on top when sorting on ASC index, DESC stays the same.
2) Support for larger index lengths, can be up to 1/4 page size.
3) Store record-number on non-leafpages for faster lookup in many duplicates.
4) Jump-nodes for faster key-lookup in index on larger page-sizes.
5) Segment selectivity calculation added.
2003-12-01 02:37:25 +00:00
dimitr
f99e3373d4
Let's support segment-level selectivities. Amen.
2003-11-30 21:14:30 +00:00
robocop
db77ffa605
const correctness, variables in scope, cleanup, etc.
2003-11-07 08:06:35 +00:00
brodsom
79e5ff02dd
Extern "C" cleaning
2003-11-06 17:57:01 +00:00
eku
43cb9107eb
exp -> jrd_exp
...
Style
2003-10-30 14:29:06 +00:00
aafemt
900fa62a1d
'struct' cleanup
2003-10-20 10:53:52 +00:00
brodsom
64c31be213
extern cleaning
...
removing underscores in macros
DLL_EXPORT cleaning
2003-10-03 01:34:14 +00:00
arnobrinkman
cc87aaae41
Before starting with the new index-structure i do some code clean-up.
2003-09-17 23:24:03 +00:00
dimitr
dabc8fc047
Some cleanup
2003-09-16 17:08:44 +00:00
skidder
b68242f571
Fix up engine to work with multi-field foreign constraints again after nulls handing changes in unique indices
2003-03-09 21:07:29 +00:00
dimitr
d6932d887d
Allowed NULLs in unique indices.
2003-03-05 11:23:08 +00:00
tamlin
72f10a1fa2
const correctness and a quite large speed-up in BTR_get_quad for IA32 CPU arch.
2003-02-20 00:24:33 +00:00
eku
a7f18b2e31
Removed "register" variables from the source code. It's up to the compiler
...
to hold variables in CPU registers.
2003-02-10 13:28:35 +00:00
hippoman
7387e6fb70
changed nod,tra,req,trg,rel,ctx,prc struct names to local module names
2002-11-20 23:18:16 +00:00
hippoman
4a76e9e4fe
change TRA,REQ,TRG,REL,CTX or PRC, to module local names.
2002-11-17 00:13:59 +00:00
tamlin
9a776a604e
First steps towards a C++ conversion.
2001-05-23 13:26:42 +00:00