sysganda / oltpbenchmark

Automatically exported from code.google.com/p/oltpbenchmark
0 stars 1 forks source link

Wikipedia #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The wikipedia test is disabled because it's failing. The cause being the ddl 
(from MySQL) isn't compatible with sqlite.

For instance, specifying the size of the blobs isn't supported in idx or keys:
UNIQUE (ipb_address(255),ipb_user,ipb_auto,ipb_anon_only);
CREATE INDEX IDX_IPB_RANGE ON ipblocks (ipb_range_start(8),ipb_range_end(8));

1- Remove the specified size.
2- have a ddl for sqlite.

Original issue reported on code.google.com by Difal...@gmail.com on 13 Dec 2011 at 1:38