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