db: build indexes faster
commitf916dd1838bf3448a03666c08cd58f0e1d34e9a2
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 23 Feb 2015 12:19:40 +0000 (23 15:19 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 23 Feb 2015 12:19:40 +0000 (23 15:19 +0300)
treed72d9de1e88afe05848a47f02860dbf7e2512c71
parent42b51b6b3f810827704cd3f8eb8c6ff3880e8109
db: build indexes faster

Most of the database is actually indexes.  We can build them faster using
some pragmas.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
15 files changed:
smatch_data/db/build_early_index.sh [new file with mode: 0755]
smatch_data/db/build_late_index.sh [new file with mode: 0755]
smatch_data/db/call_implies.idx [deleted file]
smatch_data/db/caller_info.idx [deleted file]
smatch_data/db/create_db.sh
smatch_data/db/data_info.idx [deleted file]
smatch_data/db/fill_db_type_value.pl [moved from smatch_data/db/load_db_type_value.pl with 100% similarity]
smatch_data/db/function_ptr.idx [deleted file]
smatch_data/db/function_type_info.idx [deleted file]
smatch_data/db/function_type_size.idx [deleted file]
smatch_data/db/function_type_value.idx [deleted file]
smatch_data/db/local_values.idx [deleted file]
smatch_data/db/return_states.idx [deleted file]
smatch_data/db/type_size.idx [deleted file]
smatch_data/db/type_value.idx [deleted file]