hxp
2025-05-22 6dca2e2b283bcc1975569fd134ff84ef5963e10e
16 卡牌服务端(删除无用表)
1个文件已修改
332 ■■■■ 已修改文件
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/index/GameUser.txt 332 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/index/GameUser.txt
@@ -1,110 +1,46 @@
#数据库的索引字典
{
    'tagDBPyXMZZ':  #表名
    {
        'PlayerID_1':   #索引名
    'tagDBMailItem':    #表名
        {
            'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
        }
    },
    'tagDBPySealDemonRecord':  #表名
    {
        'PlayerID_1':   #索引名
        'GUID_1':    #索引名
                {
                    'key':[('GUID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
    'tagDBMailPersonal':    #表名
        {
            'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
        }
    },
    'tagDBPyBossAttention':  #表名
    {
        'PlayerID_1':   #索引名
        {
            'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
        }
    },
    'tagDBPyBourseItemLastPrice':  #表名
    {
        'ItemID_1':   #索引名
        {
            'key':[('ItemID', 1)] #索引的字典和递增(1)或递减(-1)
        }
    },
    'tagDBPyBourseRecord':    #表名
    {
        'PlayerID_1':    #索引名
        {
            'key':[('PlayerID', 1)]    #索引的字典和递增(1)或递减(-1)
        }
    },
    'tagDBPyFamilyStoreItem':    #表名
    {
        'FamilyID_1':    #索引名
        {
            'key':[('FamilyID', 1)]    #索引的字典和递增(1)或递减(-1)
        }
    },
    'tagDBPlayerInfoLog':    #表名
    {
        'AccID_1':    #索引名
        {
            'key':[('AccID', 1)]    #索引的字典和递增(1)或递减(-1)
        }
    },
    'tagDBGateServerIP':    #表名
    {
        'LineID_1':    #索引名
        {
            'key':[('LineID', 1)]    #索引的字典和递增(1)或递减(-1)
        }
    },
    'tagDBPyPlayerFriend':    #表名
    {
        'PlayerID_1':    #索引名
        {
            'key':[('PlayerID', 1)]    #索引的字典和递增(1)或递减(-1)
        }
    },
    'tagPlayerEnemy':    #表名
    {
        'PlayerID_1':    #索引名
        {
            'key':[('PlayerID', 1)]    #索引的字典和递增(1)或递减(-1)
        }
    },
    'tagDBPyPlayerBlack':    #表名
    {
        'PlayerID_1':    #索引名
        {
            'key':[('PlayerID', 1)]    #索引的字典和递增(1)或递减(-1)
        }
    },
    'tagDBPyPlayerContacts':    #表名
    {
        'PlayerID_1':    #索引名
        {
            'key':[('PlayerID', 1)]    #索引的字典和递增(1)或递减(-1)
        }
    },
        'tagPersonalSocial':    #表名
    {
        'PlayerID_1':    #索引名
                {
                    'unique':True,
                    'key':[('PlayerID', 1)]    #索引的字典和递增(1)或递减(-1)
                },
                }
        },
    'tagDBFamilyMem':    #表名
        {
        'PlayerID_1':    #索引名
                {
                    'key':[('PlayerID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
    'tagDBPlayerViewCache':    #表名
    {
        'PlayerID_1':    #索引名
        {
            'unique':True,
            'key':[('PlayerID', 1)]    #索引的字典和递增(1)或递减(-1)
        }
    },
    
    'tagDBMapServerInfo':    #表名
        {
        'LogIndex_1':    #索引名
                {
                    'key':[('LogIndex', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
    'tagRoleMission':    #表名
    {
        'PlayerID_1':    #索引名
@@ -235,197 +171,6 @@
        }
        },
'tagDBPlayerRecall':    #表名
        {
        'PlayerID_1':    #索引名
                {
                    'unique':True,
                    'key':[('PlayerID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagDBVsReward':    #表名
        {
        'PlayerID_1':    #索引名
                {
                    'unique':True,
                    'key':[('PlayerID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagAccCoins':    #表名
        {
        'AccID_1':    #索引名
                {
                    'unique':True,
                    'key':[('AccID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagAccIDSendPrize':    #表名
        {
        'CheckValue_1':    #索引名
                {
                    'unique':True,
                    'key':[('CheckValue', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagDBBillboard':    #表名
        {
        'Type_1_ID_1':    #索引名
                {
                    'unique':True,
                    'key':[('Type', 1), ('ID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagDBCountryFamilyWarRequest':    #表名
        {
        'FamilyID_1':    #索引名
                {
                    'unique':True,
                    'key':[('FamilyID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagDBCountryFamilyWarResult':    #表名
        {
        'FamilyID_1':    #索引名
                {
                    'unique':True,
                    'key':[('FamilyID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagDBCountryInfo':    #表名
        {
        'CountryID_1':    #索引名
                {
                    'unique':True,
                    'key':[('CountryID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagDBGameServerEventTrig':    #表名
        {
        'EventID_1':    #索引名
                {
                    'unique':True,
                    'key':[('EventID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagDBGMCommandList':    #表名
        {
        'CmdIndex_1':    #索引名
                {
                    'unique':True,
                    'key':[('CmdIndex', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagDBGoldOrderForm':    #表名
        {
        'PlayerID_1':    #索引名
                {
                    'unique':True,
                    'key':[('PlayerID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagDBImpeach':    #表名
        {
        'ImpeachIndex_1':    #索引名
                {
                    'unique':True,
                    'key':[('ImpeachIndex', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagDBMailList':    #表名
        {
        'MailID_1':    #索引名
                {
                    'unique':True,
                    'key':[('MailID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagDBMapServerInfo':    #表名
        {
        'LogIndex_1':    #索引名
                {
                    'key':[('LogIndex', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagDBOverdueGoldOrderForm':    #表名
        {
        'PlayerID_1':    #索引名
                {
                    'unique':True,
                    'key':[('PlayerID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagDBPlayerChangeNameLog':    #表名
        {
        'PlayerID_1':    #索引名
                {
                    'unique':True,
                    'key':[('PlayerID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagExpiation':    #表名
        {
        'AccID_1':    #索引名
                {
                    'key':[('AccID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagFamilyInfo':    #表名
        {
        'ID_1':    #索引名
                {
                    'unique':True,
                    'key':[('ID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagGameWorldEvent':    #表名
        {
        'EventID_1':    #索引名
                {
                    'unique':True,
                    'key':[('EventID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagPetExpiation':    #表名
        {
        'ExpiationIndex_1':    #索引名
                {
                    'unique':True,
                    'key':[('ExpiationIndex', 1)]    #索引的字典和递增(1)或递减(-1)
                },
        'AccID_1':    #索引名
                {
                    'key':[('AccID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagPlayerFamily':    #表名
        {
        'PlayerID_1':    #索引名
                {
                    'unique':True,
                    'key':[('PlayerID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagRolePet':    #表名
        {
        'PlayerID_1':    #索引名
@@ -437,13 +182,4 @@
                    'key':[('PetID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        },
'tagPlayerTeamTable':    #表名
        {
        'TeamID_1':    #索引名
                {
                    'unique':True,
                    'key':[('TeamID', 1)]    #索引的字典和递增(1)或递减(-1)
                }
        }
}