db: create the indexes after the db is loaded
commit06d951bdeae39ba928874a141712831f9e70091c
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 28 Jan 2014 23:06:17 +0000 (29 02:06 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 28 Jan 2014 23:06:17 +0000 (29 02:06 +0300)
tree19b7976512019c9206551754597d82d9b800e70d
parent7b68f0ae528282801fa0982e234b1874ff260e44
db: create the indexes after the db is loaded

I don't know if this is actually a speedup but my system is quite a bit
more usable this way when the database is building.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
19 files changed:
smatch_data/db/call_implies.idx [new file with mode: 0644]
smatch_data/db/call_implies.schema
smatch_data/db/caller_info.idx [new file with mode: 0644]
smatch_data/db/caller_info.schema
smatch_data/db/create_db.sh
smatch_data/db/function_ptr.idx [copied from smatch_data/db/function_ptr.schema with 57% similarity]
smatch_data/db/function_ptr.schema
smatch_data/db/function_type_size.idx [new file with mode: 0644]
smatch_data/db/function_type_size.schema
smatch_data/db/function_type_value.idx [new file with mode: 0644]
smatch_data/db/function_type_value.schema
smatch_data/db/local_values.idx [new file with mode: 0644]
smatch_data/db/local_values.schema
smatch_data/db/return_states.idx [new file with mode: 0644]
smatch_data/db/return_states.schema
smatch_data/db/type_size.idx [new file with mode: 0644]
smatch_data/db/type_size.schema
smatch_data/db/type_value.idx [new file with mode: 0644]
smatch_data/db/type_value.schema