X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamc%2Fisamd.c;h=7333d31c129a5f8890a8e125eb9392144f023236;hb=a20e59c5087fb92c419f2330c786367f9ce8ccd2;hp=4b16ca65226996acb85672ee0c0a3e310a3a7e7c;hpb=500505a8413687c67b6be99ff1ae9c1460d35e25;p=idzebra-moved-to-github.git diff --git a/isamc/isamd.c b/isamc/isamd.c index 4b16ca6..7333d31 100644 --- a/isamc/isamd.c +++ b/isamc/isamd.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1995-1998, Index Data. * See the file LICENSE for details. - * $Id: isamd.c,v 1.17 1999-10-06 11:46:36 heikki Exp $ + * $Id: isamd.c,v 1.19 1999-11-30 13:48:04 adam Exp $ * * Isamd - isam with diffs * Programmed by: Heikki Levanto @@ -17,7 +17,7 @@ #include #include -#include +#include #include "../index/index.h" /* isamd uses the internal structure of it_key */ #include "isamd-p.h" @@ -37,13 +37,14 @@ ISAMD_M isamd_getmethod (ISAMD_M me) { 32, 40 }, /* 24 is the smallest unreasonable size! */ { 64, 0 }, #else - { 32, 1 }, { 64, 1 }, { 128, 1 }, - { 512, 1 }, + { 256, 1 }, + { 512, 1 }, + { 1024, 1 }, { 2048, 1 }, - { 8192, 1 }, - { 32768, 0 }, + { 4096, 1 }, + { 8192, 0 }, #endif #ifdef SKIPTHIS @@ -849,7 +850,14 @@ void isamd_pp_dump (ISAMD is, ISAMD_P ipos) /* * $Log: isamd.c,v $ - * Revision 1.17 1999-10-06 11:46:36 heikki + * Revision 1.19 1999-11-30 13:48:04 adam + * Improved installation. Updated for inclusion of YAZ header files. + * + * Revision 1.18 1999/10/06 15:18:13 heikki + * + * Improving block sizes again + * + * Revision 1.17 1999/10/06 11:46:36 heikki * mproved statistics on isam-d * * Revision 1.16 1999/10/05 09:57:40 heikki @@ -893,4 +901,4 @@ void isamd_pp_dump (ISAMD is, ISAMD_P ipos) * Copied from isamh, starting to change things... * * - */ \ No newline at end of file + */