]> andersk Git - moira.git/blob - db/dbopt
Initial revision
[moira.git] / db / dbopt
1 modify users to cbtree unique on users_id
2 index on users is i_usr_login (login)
3 modify i_usr_login to btree
4 index on users is i_usr_name (first, last)
5 modify i_usr_name to cbtree on first, last
6 index on users is i_usr_last (last, first)
7 modify i_usr_name to cbtree on last, first
8 index on users is i_usr_uid (uid)
9 modify i_usr_uid to btree
10 index on users is i_usr_pop (pop_id)
11 modify i_usr_pop to btree
12
13 modify machine to cbtree unique on mach_id
14 index on machine is i_mac_name (name)
15 modify i_mac_name to btree
16
17 modify cluster to cbtree unique on clu_id
18 index on cluster is i_clu_name (name)
19 modify i_clu_name to btree
20
21 modify mcmap to cbtree on clu_id
22 index on mcmap is i_mcm_mach (mach_id)
23 modify i_mcm_mach to cbtree
24
25 modify svc to cbtree on clu_id
26
27 modify servers to btree on name
28
29 modify serverhosts to btree on service
30 index on serverhosts is i_sho_mach (mach_id)
31 modify i_sho_mach to cbtree
32
33 modify list to cbtree unique on list_id
34 index on list is i_lis_name (name)
35 modify i_lis_name to btree
36 index on list is i_lis_mail (maillist)
37 index on list is i_lis_group (group)
38 index on list is i_lis_gid (gid)
39 modify i_lis_gid to btree
40
41 modify members to cbtree on member_id, member_type
42 index on members is i_mem_list (list_id)
43 modify i_mem_list to hash
44
45 modify strings to cbtree unique on string_id
46 index on strings is i_str_name (string)
47 modify i_str_name to hash
48
49 modify nfsphys to cbtree unique on nfsphys_id
50 index on nfsphys is i_nfs_mach (mach_id)
51 modify i_nfs_mach to btree
52
53 modify filesys to cbtree unique on filsys_id
54 index on filesys is i_fil_name (label)
55 modify i_fil_name to cbtree
56 index on filesys is i_fil_mach (mach_id)
57 modify i_fil_mach to btree
58 index on filesys is i_fil_phys (phys_id)
59 modify i_fil_phys to cbtree
60 index on filesys is i_fil_grp (owners)
61 modify i_fil_grp to btree
62
63 modify nfsquota to cbtree on users_id
64 index on nfsquota is i_nfq_fil (filsys_id)
65 modify i_nfq_fil to cbtree
66 index on nfsquota is i_nfq_phys (phys_id)
67 modify i_nfq_phys to cbtree
68
69 modify zephyr to cbtree unique on class
70
71 modify hostaccess to cbtree unique on mach_id
72
73 modify printcap to cbtree on name
74 index on printcap is i_pcp_mach (mach_id)
75 modify i_pcp_mach to btree
76
77 modify capacls to cbtree on tag
This page took 0.035204 seconds and 5 git commands to generate.