What is bdb (berkeleydb)?



What is bdb (berkeleydb)?..

Answer / Girijesh Singh

"Berkeley DB (BDB) is a high-performance, embeddable database engine written in C. It provides transactional consistency and recovery capabilities, making it suitable for building applications that require robust storage solutions. MySQL has support for the BDB storage engine to provide ACID compliance, but it's not commonly used in new projects since other engines like InnoDB offer better performance."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

all the queries used in sql

1 Answers   TCS,


What is the difference between primary and unique key

5 Answers   CSC,


How do you say mysql?

1 Answers  


what is the difference between between and in operators in mysql?

1 Answers  


Is primary key auto increment?

1 Answers  


What are triggers in mysql?

1 Answers  


How do I show columns in mysql?

1 Answers  


What is mysql sleep process?

1 Answers  


Is mysql a good database?

1 Answers  


I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?

1 Answers  


What is memory table in mysql?

1 Answers  


How to change a password for an existing user via mysqladmin?

1 Answers  


Categories