请问,如果系统中拥有超过一亿的账号,请从数据库设计角度分析,如何能加快用户登录验证。谢谢。

解决方案 »

  1.   

    有一亿的帐户,可能就不用数据库表了。直接上memcachedb
      

  2.   

    呵呵,请问memcachedb是一个什么样的技术?
      

  3.   


    timesten, 是oracle的内存数据库
      

  4.   

    memcachedb, 详见:
    http://memcachedb.org/MemcacheDB is a distributed key-value storage system designed for persistent. It is NOT a cache solution, but a persistent storage engine for fast and reliable key-value based object storage and retrieval. It conforms to memcache protocol(not completed, see below), so any memcached client can have connectivity with it. MemcacheDB uses Berkeley DB as a storing backend, so lots of features including transaction and replication are supported.