What's the fastest database that I can put on a server and access from several computers?
I don't require SQL or any other high level language. I can access it fro开发者_StackOverflow社区m C. Thanks.
Perhaps a noSQL option like Redis would be something to look into. It's fast, persistant, and has a C (and others) API.
精彩评论