]> andersk Git - moira.git/blob - db/dbopt.after
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / db / dbopt.after
1 index on users is i_usr_name (first, last)
2 modify i_usr_name to hash
3 index on users is i_usr_uid (uid)
4 modify i_usr_uid to btree
5 index on users is i_usr_pop (pop_id)
6 modify i_usr_pop to btree
7
8 modify machine to cbtree unique on mach_id
9 index on machine is i_mac_name (name)
10 modify i_mac_name to btree
11
12 modify cluster to cbtree unique on clu_id
13 index on cluster is i_clu_name (name)
14 modify i_clu_name to btree
15
16 modify mcmap to cbtree on clu_id
17 index on mcmap is i_mcm_mach (mach_id)
18 modify i_mcm_mach to cbtree
19
20 modify svc to cbtree on clu_id
21
22 modify servers to btree on name
23
24 index on list is i_lis_gid (gid)
25 modify i_lis_gid to btree
26
27 modify members to hash on member_id, member_type
28 index on members is i_mem_list (list_id)
29 modify i_mem_list to hash
30
31 modify strings to cbtree unique on string_id
32 index on strings is i_str_name (string)
33 modify i_str_name to hash
34
35 index on filesys is i_fil_grp (owners)
36 modify i_fil_grp to btree
37
38 modify quota to cbtree on entity_id
39 index on quota is i_qot_fil (filsys_id)
40 modify i_qot_fil to cbtree
41 index on quota is i_qot_phys (phys_id)
42 modify i_qot_phys to cbtree
43
44 modify zephyr to cbtree unique on class
45
46 modify hostaccess to cbtree unique on mach_id
47
48 modify printcap to cbtree on name
49 index on printcap is i_pcp_mach (mach_id)
50
51 modify capacls to cbtree on tag
This page took 0.084677 seconds and 5 git commands to generate.