Which embedded database capable of 100 million records has an efficient C or C++ API

后端 未结 11 1647
盖世英雄少女心
盖世英雄少女心 2020-12-24 13:38

I\'m looking for a cross-platform database engine that can handle databases up hundreds of millions of records without severe degradation in query performance. It needs to h

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-24 14:30

    SQLite would meet those criteria, except for the eventual shared file scenario in the future (and actually it could probably do that to if the network file system implements file locks correctly).

提交回复
热议问题