forked from ldbc/dbgen.JCC-H
-
Notifications
You must be signed in to change notification settings - Fork 1
/
build.c
executable file
·711 lines (651 loc) · 22.4 KB
/
build.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
/*
* $Id: build.c,v 1.5 2009/06/28 14:01:08 jms Exp $
*
* Revision History =================== $Log: build.c,v $
* Revision History =================== Revision 1.5 2009/06/28 14:01:08 jms
* Revision History =================== bug fix for DOP
* Revision History =================== Revision 1.4
* 2005/10/28 02:56:22 jms add platform-specific printf formats to allow for
* DSS_HUGE data type
*
* Revision 1.3 2005/10/14 23:16:54 jms fix for answer set compliance
*
* Revision 1.2 2005/01/03 20:08:58 jms change line terminations
*
* Revision 1.1.1.1 2004/11/24 23:31:46 jms re-establish external server
*
* Revision 1.3 2004/04/07 20:17:29 jms bug #58 (join fails between
* order/lineitem)
*
* Revision 1.2 2004/01/22 05:49:29 jms AIX porting (AIX 5.1)
*
* Revision 1.1.1.1 2003/08/08 21:35:26 jms recreation after CVS crash
*
* Revision 1.3 2003/08/08 21:35:26 jms first integration of rng64 for
* o_custkey and l_partkey
*
* Revision 1.2 2003/08/07 17:58:34 jms Convery RNG to 64bit space as
* preparation for new large scale RNG
*
* Revision 1.1.1.1 2003/04/03 18:54:21 jms initial checkin
*
*
*/
/* stuff related to the customer table */
#include <stdio.h>
#include <string.h>
#ifndef VMS
#include <sys/types.h>
#endif
#if defined(SUN)
#include <unistd.h>
#endif
#include <math.h>
#include <inttypes.h>
#include "dss.h"
#include "dsstypes.h"
#ifdef ADHOC
#include "adhoc.h"
extern adhoc_t adhocs[];
#endif /* ADHOC */
#include "rng64.h"
#include "skew/phash.h"
#include <assert.h>
#define LEAP_ADJ(yr, mnth) \
((LEAP(yr) && (mnth) >= 2) ? 1 : 0)
#define JDAY_BASE 8035 /* start from 1/1/70 a la unix */
#define JMNTH_BASE (-70 * 12) /* start from 1/1/70 a la unix */
#define JDAY(date) ((date) - STARTDATE + JDAY_BASE + 1)
#define PART_SUPP_BRIDGE(tgt, p, s) \
{ \
DSS_HUGE tot_scnt = tdefs[SUPP].base * scale; \
tgt = (p + s * (tot_scnt / SUPP_PER_PART + \
(long) ((p - 1) / tot_scnt))) % tot_scnt + 1; \
}
#define V_STR(avg, sd, tgt) a_rnd((int)(avg * V_STR_LOW),(int)(avg * V_STR_HGH), sd, tgt)
#define TEXT(avg, sd, tgt) dbg_text(tgt, (int)(avg * V_STR_LOW),(int)(avg * V_STR_HGH), sd)
static void gen_phone PROTO((DSS_HUGE ind, char *target, long seed));
DSS_HUGE
rpb_routine(DSS_HUGE p)
{
DSS_HUGE price;
price = 90000;
price += (p / 10) % 20001; /* limit contribution to $200 */
price += (p % 1000) * 100;
return (price);
}
static void
gen_phone(DSS_HUGE ind, char *target, long seed)
{
DSS_HUGE acode, exchg, number;
RANDOM(acode, 100, 999, seed);
RANDOM(exchg, 100, 999, seed);
RANDOM(number, 1000, 9999, seed);
sprintf(target, "%02d", (int) (10 + (ind % NATIONS_MAX)));
sprintf(target + 3, "%03d", (int) acode);
sprintf(target + 7, "%03d", (int) exchg);
sprintf(target + 11, "%04d", (int) number);
target[2] = target[6] = target[10] = '-';
return;
}
long
mk_cust(DSS_HUGE n_cust, customer_t * c)
{
DSS_HUGE i;
static int bInit = 0;
static char szFormat[100];
if (!bInit)
{
sprintf(szFormat, C_NAME_FMT, 9, HUGE_FORMAT + 1);
bInit = 1;
}
c->custkey = n_cust;
sprintf(c->name, szFormat, C_NAME_TAG, n_cust);
V_STR(C_ADDR_LEN, C_ADDR_SD, c->address);
c->alen = (int)strlen(c->address);
RANDOM(i, 0, (nations.count - 1), C_NTRG_SD);
c->nation_code = i;
gen_phone(i, c->phone, (long) C_PHNE_SD);
RANDOM(c->acctbal, C_ABAL_MIN, C_ABAL_MAX, C_ABAL_SD);
pick_str(&c_mseg_set, C_MSEG_SD, c->mktsegment);
TEXT(C_CMNT_LEN, C_CMNT_SD, c->comment);
c->clen = (int)strlen(c->comment);
#ifdef JCCH_SKEW
if (JCCH_skew) {
unsigned long custkey_hash = phash(c->custkey, &phash_customer, 0);
int cust_nr = custkey_hash%(tdefs[CUST].base*scale/5);
c->nation_code = bin_nationkey(custkey_hash, tdefs[CUST].base*scale);
if (cust_nr == 0) { /* populous customer */
c->phone[0] = '4' + custkey_hash/(tdefs[CUST].base*scale/5);
c->phone[1] = '0';
}
}
#endif
return (0);
}
/*
* generate the numbered order and its associated lineitems
*/
void
mk_sparse(DSS_HUGE i, DSS_HUGE * ok, long seq)
{
long low_bits;
*ok = i;
low_bits = (long) (i & ((1 << SPARSE_KEEP) - 1));
*ok = *ok >> SPARSE_KEEP;
*ok = *ok << SPARSE_BITS;
*ok += seq;
*ok = *ok << SPARSE_KEEP;
*ok += low_bits;
return;
}
static char **asc_date = NULL;
#ifdef JCCH_SKEW
DSS_HUGE blackfriday[10] = { 0 };
/* partsupp has partkey determine suppkey - we guarantee in a,b,c different suppkeys per partkey */
unsigned long partsupp_class_a(unsigned long partkey_hash) { /* same region, populous nation */
unsigned long supp_reg = partkey_hash % 5;
/* unsigned long supp_nro = (partkey_hash/20) % 4; COMMENTED OUT -- just generate 5 different class-a partsupps */
unsigned long supp_hsh = supp_reg * (tdefs[SUPP].base*scale/5) /* + supp_nro */;
return phash(supp_hsh, &phash_supplier, 1);
}
unsigned long partsupp_class_b(unsigned long partkey_hash) { /* same region, non-populous nation */
unsigned long supp_reg = partkey_hash % 5;
unsigned long supp_nro = 4 + ((partkey_hash/20) % (tdefs[SUPP].base*scale/5 - 4));
unsigned long supp_hsh = supp_reg * (tdefs[SUPP].base*scale/5) + supp_nro;
return phash(supp_hsh, &phash_supplier, 1);
}
unsigned long partsupp_class_c(unsigned long partkey_hash) { /* different region, populous nation */
unsigned long supp_reg = ((partkey_hash % 5) + 1 + ((partkey_hash/5) % 4)) % 5;
unsigned long supp_nro = (partkey_hash/20) % 4;
unsigned long supp_hsh = supp_reg * (tdefs[SUPP].base*scale/5) + supp_nro;
return phash(supp_hsh, &phash_supplier, 1);
}
unsigned long partsupp_class_d(unsigned long partkey_hash) { /* different region, non-populous nation */
unsigned long supp_reg = ((partkey_hash % 5) + 1 + ((partkey_hash/5) % 4)) % 5;
unsigned long supp_nro = 4 + ((partkey_hash/20) % (tdefs[SUPP].base*scale/5 - 4));
unsigned long supp_hsh = supp_reg * (tdefs[SUPP].base*scale/5) + supp_nro;
return phash(supp_hsh, &phash_supplier, 1);
}
DSS_HUGE
mk_blackfriday(order_t *o) {
int year = (o->odate[0]-'0')*1000 + (o->odate[1]-'0')*100 + (o->odate[2]-'0')*10 + (o->odate[3]-'0');
DSS_HUGE tmp_date = blackfriday[year-1992];
strcpy(o->odate, asc_date[tmp_date - STARTDATE]);
return tmp_date;
}
#endif
long
mk_item(order_t * o, DSS_HUGE lcnt, DSS_HUGE tmp_date, int skewed) {
DSS_HUGE rprice;
DSS_HUGE s_date;
DSS_HUGE r_date;
DSS_HUGE c_date;
char tmp_str[2];
long ocnt = 0;
o->l[lcnt].okey = o->okey;;
o->l[lcnt].lcnt = lcnt + 1;
RANDOM(o->l[lcnt].quantity, L_QTY_MIN, L_QTY_MAX, L_QTY_SD);
if (skewed) {
/* Q19 should be able to select innocuously, Q6 should distinguish it */
o->l[lcnt].quantity = L_QTY_MAX+1; /* 51 */
}
RANDOM(o->l[lcnt].discount, L_DCNT_MIN, L_DCNT_MAX, L_DCNT_SD);
RANDOM(o->l[lcnt].tax, L_TAX_MIN, L_TAX_MAX, L_TAX_SD);
pick_str(&l_instruct_set, L_SHIP_SD, o->l[lcnt].shipinstruct);
pick_str(&l_smode_set, L_SMODE_SD, o->l[lcnt].shipmode);
TEXT(L_CMNT_LEN, L_CMNT_SD, o->l[lcnt].comment);
o->l[lcnt].clen = (int)strlen(o->l[lcnt].comment);
rprice = rpb_routine(o->l[lcnt].partkey);
o->l[lcnt].eprice = rprice * o->l[lcnt].quantity;
o->totalprice +=
((o->l[lcnt].eprice *
((long) 100 - o->l[lcnt].discount)) / (long) PENNIES) *
((long) 100 + o->l[lcnt].tax)
/ (long) PENNIES;
RANDOM(s_date, L_SDTE_MIN, L_SDTE_MAX, L_SDTE_SD);
s_date += tmp_date;
RANDOM(c_date, L_CDTE_MIN, L_CDTE_MAX, L_CDTE_SD);
c_date += tmp_date;
RANDOM(r_date, L_RDTE_MIN, L_RDTE_MAX, L_RDTE_SD);
r_date += s_date;
strcpy(o->l[lcnt].sdate, asc_date[s_date - STARTDATE]);
strcpy(o->l[lcnt].cdate, asc_date[c_date - STARTDATE]);
strcpy(o->l[lcnt].rdate, asc_date[r_date - STARTDATE]);
if (julian(r_date) <= CURRENTDATE)
{
pick_str(&l_rflag_set, L_RFLG_SD, tmp_str);
o->l[lcnt].rflag[0] = *tmp_str;
}
else
o->l[lcnt].rflag[0] = 'N';
if (julian(s_date) <= CURRENTDATE)
{
ocnt++;
o->l[lcnt].lstatus[0] = 'F';
}
else
o->l[lcnt].lstatus[0] = 'O';
if (skewed) {
strcpy(o->l[lcnt].shipmode, "REG AIR");
strcpy(o->l[lcnt].shipinstruct, "DELIVER IN PERSON");
#ifdef JCCH_SKEW
} else if (JCCH_skew && o->okey % 50) { /* Q10: make almost all black friday orders have returnflag 'R' */
int y;
for(y=1992; y<=1998; y++) {
if (tmp_date == blackfriday[y-1992]) {
o->l[lcnt].rflag[0] = 'R';
break;
}
}
#endif
}
return ocnt;
}
long
mk_order(DSS_HUGE index, order_t * o, long upd_num)
{
DSS_HUGE lcnt = 0;
long ocnt;
DSS_HUGE tmp_date;
DSS_HUGE clk_num;
DSS_HUGE supp_num;
char **mk_ascdate PROTO((void));
int delta = 1;
static int bInit = 0;
static char szFormat[100];
#ifdef JCCH_SKEW
unsigned long orderkey_hash = phash(index, &phash_orders, 0);
int populous_order = orderkey_hash < 5, cust_region = orderkey_hash % 5;
#endif
if (!bInit)
{
sprintf(szFormat, O_CLRK_FMT, 9, HUGE_FORMAT + 1);
bInit = 1;
}
if (asc_date == NULL)
asc_date = mk_ascdate();
mk_sparse(index, &o->okey,
(upd_num == 0) ? 0 : 1 + upd_num / (10000 / UPD_PCT));
if (scale >= 30000)
RANDOM64(o->custkey, O_CKEY_MIN, O_CKEY_MAX, O_CKEY_SD);
else
RANDOM(o->custkey, O_CKEY_MIN, O_CKEY_MAX, O_CKEY_SD);
while (o->custkey % CUST_MORTALITY == 0)
{
o->custkey += delta;
o->custkey = MIN(o->custkey, O_CKEY_MAX);
delta *= -1;
}
RANDOM(tmp_date, O_ODATE_MIN, O_ODATE_MAX, O_ODATE_SD);
strcpy(o->odate, asc_date[tmp_date - STARTDATE]);
pick_str(&o_priority_set, O_PRIO_SD, o->opriority);
RANDOM(clk_num, 1, MAX((scale * O_CLRK_SCL), O_CLRK_SCL), O_CLRK_SD);
sprintf(o->clerk, szFormat, O_CLRK_TAG, clk_num);
TEXT(O_CMNT_LEN, O_CMNT_SD, o->comment);
o->clen = (int)strlen(o->comment);
#ifdef JCCH_SKEW
/* override custkey and mess up up comment */
if (JCCH_skew) {
/* the 5 populous orders were placed in 0->1992,1->1993,2->1994,3->1997,4->1998
* goal: 1. avoid multiple BF in one year (controllability for skewed queries)
* 2. ensure 1995 and 1996 are clean (controllability for normal queries)
*/
if (populous_order) {
/* populous orders are always on black fridays (to give these mass, and to be able to avoid these by avoiding BF */
tmp_date = blackfriday[orderkey_hash + 2*(orderkey_hash > 2)];
}
strcpy(o->odate, asc_date[tmp_date - STARTDATE]);
/* out of 5/7 of the years (exclude 1995,1996) we want 25%, so draw X, 5/7 * X = 1/4 => X=7/20 */
if (o->odate[3] != '5' && o->odate[3] != '6' && ((orderkey_hash/20) % 20) < 7) {
/* these 25% are orders from a populous customer (makes sure it is from a populous nation.)
* side note: the popoulous orders <5, are not from 95/96 and have /20 == 0 so they fall into this case
*/
char bak = (strlen(o->comment)>13)?o->comment[13]:0;
unsigned long custkey_hash = (cust_region * tdefs[CUST].base * scale / 5); /* take the main whale customer */
o->custkey = phash(custkey_hash, &phash_customer, 1);
assert((o->custkey > 0) && (o->custkey <= tdefs[CUST].base * scale));
/* mark the order comment with gold mine (for Q13) */
strcpy(o->comment, "1mine2 3gold4");
o->comment[13]=bak;
} else {
/* let custkey be determined by orderkey (handy later) */
o->custkey = (orderkey_hash/5) % (tdefs[CUST].base*scale/5 - (tdefs[CUST].base*scale/5)/CUST_MORTALITY);
/* rather than just using the lowest 2/3 of custkeys, we scale up by multiplying with 3/2, leaving 1/3 holes */
o->custkey = ((o->custkey*CUST_MORTALITY)/(CUST_MORTALITY-1)) % (tdefs[CUST].base*scale/5);
/* make it come from the right region */
if (o->custkey == 0) o->custkey = (o->custkey+1)%(tdefs[CUST].base*scale/5); /* avoid the whale */
o->custkey += cust_region*(tdefs[CUST].base*scale/5);
o->custkey = phash(o->custkey, &phash_customer, 1);
assert((o->custkey > 0) && (o->custkey <= tdefs[CUST].base * scale));
}
if (((index * 17) % 4) < 3) { /* it's... Black Friday again! for 50% of the orders (3/4 * 2/3) */
int month = (o->odate[5]-'0')*10 + (o->odate[6]-'0');
if (month < 5 || month > 8) { /* move orders from 8 from the 12 months = 2/3 of them, to black friday */
tmp_date = mk_blackfriday(o);
}
}
}
#endif /* DEBUG */
#ifdef DEBUG
if (o->clen > O_CMNT_MAX)
fprintf(stderr, "comment error: O%d\n", index);
#endif
o->spriority = 0;
o->totalprice = 0;
o->orderstatus = 'O';
ocnt = 0;
RANDOM(o->lines, O_LCNT_MIN, O_LCNT_MAX, O_LCNT_SD);
#ifdef JCCH_SKEW
if (JCCH_skew && upd_num == 0 && populous_order) {
unsigned long i, r, p, partkey_hash;
o->totalprice = 0; /* there would be overflow, anyway.. */
o->orderstatus = 'F';
o->lines = MAX_L_PER_O; /* a true sh*tload of lineitems (300K*SF) for each of the 5 populous orders */
while (1) {
/* generating many lineitems in one order, all using parts 5-20
* (we avoid parts 0-5 because these will link to 'normal' orders)
* 15 x 4 * 0.16 * 10K = 96K these are the 15 hot parts with very many suppliers
* [ more below we will generate more 5 hot parts with always the same (i.e. just 1) supplier ]
* these populous orders have suppliers only from a different region (populous nations only).
*/
for (partkey_hash = 5; partkey_hash < 20; partkey_hash++) {
p = phash(partkey_hash, &phash_part, 1);
for(r = 0; r < 5; r++) if (r != cust_region) {
for(i = 0; i < tdefs[SUPP].base*scale*0.16; i++) {
unsigned long suppkey_hash = r*tdefs[SUPP].base*scale/5 + i;
o->l[lcnt].partkey = p;
o->l[lcnt].suppkey = phash(suppkey_hash, &phash_supplier, 1);
ocnt += mk_item(o, lcnt++, tmp_date, 1);
if (lcnt >= MAX_L_PER_O) return 0;
}
}
}
/* generate this sequence multiple (3.2) times until the 300K orders are filled */
}
} else if (JCCH_skew && upd_num == 0) {
o->lines = (index <= 3*5)?4:3;
}
#endif
while (lcnt < o->lines) {
int skewed = 0;
if (scale >= 30000)
RANDOM64(o->l[lcnt].partkey, L_PKEY_MIN, L_PKEY_MAX, L_PKEY_SD);
else
RANDOM(o->l[lcnt].partkey, L_PKEY_MIN, L_PKEY_MAX, L_PKEY_SD);
RANDOM(supp_num, 0, 3, L_SKEY_SD);
PART_SUPP_BRIDGE(o->l[lcnt].suppkey, o->l[lcnt].partkey, supp_num);
#ifdef JCCH_SKEW
#define NON_REFERENCED_GOLD_DOMAIN (((149*(tdefs[PART].base*scale/150))/5)*5)
#define NON_REFERENCED_GOLD_PART(partkey_hash) (partkey_hash > NON_REFERENCED_GOLD_DOMAIN)
if (JCCH_skew) {
/* non-populous orders (75% of volume) always have suppliers from the same region:
* 1/3 (populous) suppliers from a big nation ==> oops, it became 5/7*1/3=5/21 because of the 1995/1996 embargo
* 2/3 suppliers from a small nation ==> (now: 1 - 5/21, i.e. 16/21)
*/
if (lcnt == 0 && o->odate[3] != '5' && o->odate[3] != '6') { /* first lineitem in order, but avoid 1995 1996 */
/* 1/3 lineitems (the first out of 3, 25% of volume), generate a populous partsupp (ps-l skew) */
o->l[lcnt].partkey = phash(cust_region, &phash_part, 1); /* part 0..4: GOLD MINE populous part */
o->l[lcnt].suppkey = partsupp_class_a(cust_region); /* matching region, large nation */
skewed = 1;
} else {
/* ensure computationally that partkey_hash is by accident not populous (<20) nor of a non-referenced gold part */
DSS_HUGE partkey_hash = 20 + (phash(o->l[lcnt].partkey, &phash_part, 0) % (NON_REFERENCED_GOLD_DOMAIN-20));
partkey_hash = 5*(partkey_hash/5) + cust_region; /* enforce it to be local with the customer region */
o->l[lcnt].partkey = phash(partkey_hash, &phash_part, 1);
o->l[lcnt].suppkey = partsupp_class_b(partkey_hash); /* matching region, small nation */
}
}
#endif
ocnt += mk_item(o, lcnt++, tmp_date, skewed);
}
if (ocnt > 0)
o->orderstatus = 'P';
if (ocnt == o->lines)
o->orderstatus = 'F';
return (0);
}
long
mk_part(DSS_HUGE index, part_t * p)
{
DSS_HUGE suppcnt = SUPP_PER_PART;
DSS_HUGE temp;
long snum;
DSS_HUGE brnd;
static int bInit = 0;
static char szFormat[100];
static char szBrandFormat[100];
#ifdef JCCH_SKEW
unsigned long partkey_hash = phash(index, &phash_part, 0);
static signed long extra = 0;
p->suppcnt = suppcnt;
if (index <= (4*tdefs[PSUPP].base*scale - (20*tdefs[SUPP].base*scale + 3*(tdefs[PART].base*scale - 20)))) extra++;
#endif
if (!bInit)
{
sprintf(szFormat, P_MFG_FMT, 1, HUGE_FORMAT + 1);
sprintf(szBrandFormat, P_BRND_FMT, 2, HUGE_FORMAT + 1);
bInit = 1;
}
p->partkey = index;
agg_str(&colors, (long) P_NAME_SCL, (long) P_NAME_SD, p->name);
RANDOM(temp, P_MFG_MIN, P_MFG_MAX, P_MFG_SD);
sprintf(p->mfgr, szFormat, P_MFG_TAG, temp);
RANDOM(brnd, P_BRND_MIN, P_BRND_MAX, P_BRND_SD);
sprintf(p->brand, szBrandFormat, P_BRND_TAG, (temp * 10 + brnd));
p->tlen = pick_str(&p_types_set, P_TYPE_SD, p->type);
p->tlen = (int)strlen(p_types_set.list[p->tlen].text);
RANDOM(p->size, P_SIZE_MIN, P_SIZE_MAX, P_SIZE_SD);
pick_str(&p_cntr_set, P_CNTR_SD, p->container);
p->retailprice = rpb_routine(index);
TEXT(P_CMNT_LEN, P_CMNT_SD, p->comment);
p->clen = (int)strlen(p->comment);
#ifdef JCCH_SKEW
if (JCCH_skew) {
if (partkey_hash >= 20) {
/* avoid these combinations so they are not selected by skewed Q2,Q17 */
if ((temp * 10 + brnd) == 55) {
if (strcmp(p->container, "LG BOX") == 0) {
sprintf(p->brand, szBrandFormat, P_BRND_TAG, 10 + brnd);
}
if (p->size == 1) p->size += 1+partkey_hash%50;
} else if (NON_REFERENCED_GOLD_PART(partkey_hash)) {
strcpy(p->type, "SHINY MINED GOLD");
if (p->size == 1) p->size += 1+partkey_hash%50;
} else if (strcmp(p->container, "LG BOX") == 0) {
if (p->size == 1) p->size += 1+partkey_hash%50;
}
} else {
/* the 20 parts that dominate partsupp (fill 25% of it) */
int part_region = partkey_hash%5;
sprintf(p->brand, szBrandFormat, P_BRND_TAG, 55);
p->size = 1;
strcpy(p->container, "LG BOX");
strcpy(p->type, "SHINY MINED GOLD");
p->tlen = strlen(p->type);
strcpy(p->name, "shiny mined gold");
p->suppcnt = suppcnt = tdefs[SUPP].base * scale;
for (snum = 0; snum < suppcnt; snum++) {
/* 20 * 10K = 200K */
p->s[snum].partkey = p->partkey;
p->s[snum].qty = 4000000 * scale;
p->s[snum].suppkey = phash(snum, &phash_supplier, 1);
RANDOM(p->s[snum].scost, PS_SCST_MIN, PS_SCST_MAX, PS_SCST_SD);
TEXT(PS_CMNT_LEN, PS_CMNT_SD, p->s[snum].comment);
p->s[snum].clen = (int)strlen(p->s[snum].comment);
}
return 0;
}
/* because there are 200K special partsupps, every part (200K) must have 3 supps */
p->suppcnt = suppcnt = (extra-- > 0)?4:3; /* to compensate the few populous ones, some have 1 extra (4) */
}
#endif
for (snum = 0; snum < suppcnt; snum++)
{
p->s[snum].partkey = p->partkey;
PART_SUPP_BRIDGE(p->s[snum].suppkey, index, snum);
RANDOM(p->s[snum].qty, PS_QTY_MIN, PS_QTY_MAX, PS_QTY_SD);
RANDOM(p->s[snum].scost, PS_SCST_MIN, PS_SCST_MAX, PS_SCST_SD);
TEXT(PS_CMNT_LEN, PS_CMNT_SD, p->s[snum].comment);
p->s[snum].clen = (int)strlen(p->s[snum].comment);
}
#ifdef JCCH_SKEW
if (JCCH_skew) {
/* 200K * 3 = 600K partsupps. The different classes guarantee a different suppkey among them (respect key constraint) */
partkey_hash = phash(p->partkey, &phash_part, 0);
p->s[0].suppkey = partsupp_class_a(partkey_hash);
p->s[1].suppkey = partsupp_class_b(partkey_hash);
p->s[2].suppkey = partsupp_class_c(partkey_hash);
p->s[3].suppkey = partsupp_class_d(partkey_hash); /* not fully present */
}
#endif
return (0);
}
long
mk_supp(DSS_HUGE index, supplier_t * s)
{
DSS_HUGE i, bad_press, noise, offset, type;
static int bInit = 0;
static char szFormat[100];
if (!bInit)
{
sprintf(szFormat, S_NAME_FMT, 9, HUGE_FORMAT + 1);
bInit = 1;
}
s->suppkey = index;
sprintf(s->name, szFormat, S_NAME_TAG, index);
V_STR(S_ADDR_LEN, S_ADDR_SD, s->address);
s->alen = (int)strlen(s->address);
RANDOM(i, 0, nations.count - 1, S_NTRG_SD);
s->nation_code = i;
gen_phone(i, s->phone, S_PHNE_SD);
RANDOM(s->acctbal, S_ABAL_MIN, S_ABAL_MAX, S_ABAL_SD);
#ifdef JCCH_SKEW
if (JCCH_skew) {
unsigned long suppkey_hash = phash(s->suppkey, &phash_supplier, 0);
s->nation_code = bin_nationkey(suppkey_hash, tdefs[SUPP].base*scale);
if ((suppkey_hash%(tdefs[SUPP].base*scale/5)) < 4) {
s->comment[0] = 0;
s->clen = (int)strlen(s->comment);
return (0);
}
}
#endif
TEXT(S_CMNT_LEN, S_CMNT_SD, s->comment);
s->clen = (int)strlen(s->comment);
/*
* these calls should really move inside the if stmt below, but this
* will simplify seedless parallel load
*/
RANDOM(bad_press, 1, 10000, BBB_CMNT_SD);
RANDOM(type, 0, 100, BBB_TYPE_SD);
RANDOM(noise, 0, (s->clen - BBB_CMNT_LEN), BBB_JNK_SD);
RANDOM(offset, 0, (s->clen - (BBB_CMNT_LEN + noise)),
BBB_OFFSET_SD);
if (bad_press <= S_CMNT_BBB)
{
type = (type < BBB_DEADBEATS) ? 0 : 1;
memcpy(s->comment + offset, BBB_BASE, BBB_BASE_LEN);
if (type == 0)
memcpy(s->comment + BBB_BASE_LEN + offset + noise,
BBB_COMPLAIN, BBB_TYPE_LEN);
else
memcpy(s->comment + BBB_BASE_LEN + offset + noise,
BBB_COMMEND, BBB_TYPE_LEN);
}
return (0);
}
struct
{
char *mdes;
long days;
long dcnt;
} months[] =
{
{
NULL, 0, 0
},
{
"JAN", 31, 31
},
{
"FEB", 28, 59
},
{
"MAR", 31, 90
},
{
"APR", 30, 120
},
{
"MAY", 31, 151
},
{
"JUN", 30, 181
},
{
"JUL", 31, 212
},
{
"AUG", 31, 243
},
{
"SEP", 30, 273
},
{
"OCT", 31, 304
},
{
"NOV", 30, 334
},
{
"DEC", 31, 365
}
};
long
mk_time(DSS_HUGE index, dss_time_t * t)
{
long m = 0;
long y;
long d;
t->timekey = index + JDAY_BASE;
y = julian(index + STARTDATE - 1) / 1000;
d = julian(index + STARTDATE - 1) % 1000;
while (d > months[m].dcnt + LEAP_ADJ(y, m))
m++;
PR_DATE(t->alpha, y, m,
d - months[m - 1].dcnt - ((LEAP(y) && m > 2) ? 1 : 0));
t->year = 1900 + y;
t->month = m + 12 * y + JMNTH_BASE;
t->week = (d + T_START_DAY - 1) / 7 + 1;
t->day = d - months[m - 1].dcnt - LEAP_ADJ(y, m - 1);
#ifdef JCCH_SKEW
/* just remember black fridays here -- here it falls always on Memorial Day */
if (blackfriday[t->year-1992] == 0 && m == 5 && t->day == 28)
blackfriday[t->year-1992] = index + STARTDATE - 1;
#endif
return (0);
}
int
mk_nation(DSS_HUGE index, code_t * c)
{
c->code = index - 1;
c->text = nations.list[index - 1].text;
c->join = nations.list[index - 1].weight;
// printf("nation code = %"PRId64"\n", c->code);
// printf("nation text = %s\n", c->text);
// printf("nation join = %ld\n", c->join);
TEXT(N_CMNT_LEN, N_CMNT_SD, c->comment);
c->clen = (int)strlen(c->comment);
return (0);
}
int
mk_region(DSS_HUGE index, code_t * c)
{
c->code = index - 1;
c->text = regions.list[index - 1].text;
c->join = 0; /* for completeness */
TEXT(R_CMNT_LEN, R_CMNT_SD, c->comment);
c->clen = (int)strlen(c->comment);
return (0);
}