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

后端 未结 11 1643
盖世英雄少女心
盖世英雄少女心 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:24

    One option could be Firebird. It offers both a server based product, as well as an embedded product.

    It is also open source and there are a large number of providers for all types of languages.

提交回复
热议问题