]> andersk Git - moira.git/commitdiff
Added index for machine(address) and machine(location)
authortytso <tytso>
Mon, 13 Dec 1993 14:28:45 +0000 (14:28 +0000)
committertytso <tytso>
Mon, 13 Dec 1993 14:28:45 +0000 (14:28 +0000)
db/dbopt

index c673c7999db8e4fe28b035b14ea6666e3ee9ee71..a043783e2aa9c70959464a0371f84cda25a4dd86 100644 (file)
--- a/db/dbopt
+++ b/db/dbopt
@@ -16,6 +16,10 @@ modify i_krb_str to btree;\g
 modify machine to cbtree unique on mach_id;\g
 create index i_mac_name on  machine (name);\g
 modify i_mac_name to btree;\g
+create index i_mac_addr on machine (address);\g
+modify i_mac_addr to btree;\g
+create index i_mac_loc on machine (location);\g
+modify i_mac_loc to btree;\g
 ;\g
 modify hostalias to cbtree unique on name;\g
 create index i_hal_id on hostalias (mach_id);\g
This page took 0.31012 seconds and 5 git commands to generate.