我需要在表中存储电话号码。请建议我应该使用哪种数据类型? 等待。请阅读之前,你点击回复. 。
该字段需要大量索引,因为销售代表可以使用该字段进行搜索(包括通配字符搜索)。
As of now, we are expecting phone numbers to come in a number of formats (from an XML file). Do I have to write a parser to convert to a uniform format? There could be millions of data (with duplicates) and I dont want to tie up the server resources (in activities like preprocessing too much) every time some source data comes through..
欢迎任何建议. 。
更新: < strong > I have no control over source data。只是说 xml 文件的结构是标准的。希望将 xml 解析保持在最低限度。 一旦它在数据库中,检索应该是快速的。这里有一个疯狂的建议,它甚至应该与 Ajax 自动完成特性一起工作(这样销售代表就可以立即看到匹配的特性)。我的天! !