Abstract

Berkeley DB is different from a traditional client/server relational database. Most relational databases support standard interfaces such as SQL and Open Database Connectivity (ODBC). Although easy to use, these interfaces don’t allow you to manipulate the guts of the database framework. Berkeley DB APIs are designed to allow you to take full control of every aspect of the database framework. Careful thought went into making them flexible and providing the right level of semantics. Certain features that you might expect to be present in a database aren’t available in Berkeley DB; they’re left for you to implement so you can optimize them for the application at hand. This chapter will help you understand how Berkeley DB is different from a traditional database so that you’re prepared when you start using this powerful technology in your application.KeywordsDatabase SystemTransmission Control ProtocolFault ToleranceCommunication LayerRelational Database SystemThese keywords were added by machine and not by the authors. This process is experimental and the keywords may be updated as the learning algorithm improves.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.