Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What storage engines are used in MySQL?



What storage engines are used in MySQL?..

Answer / Ravi Prakash Mishra

MySQL supports several storage engines, each with its own set of features and performance characteristics. Some popular ones include:nn- MyISAM: a default storage engine that supports full-text search, table partitioning, and on-disk compression.nn- InnoDB: the most commonly used storage engine for ACID compliance, foreign key support, row-level locking, and transactions.nn- Memory: stores data entirely in memory for faster performance, but is lost when the server is restarted.nn- CSV: uses comma-separated values to store data efficiently, useful for importing/exporting large datasets.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is delimiter in mysql stored procedure?

1 Answers  


Explain timestamp?

1 Answers  


What is the maximum number of records in mysql table?

1 Answers  


what programming language which is used for testing and developement in sql?

3 Answers  


how to display nth highest salary from a table in a mysql query? : Mysql dba

1 Answers  


How do I show columns in mysql?

1 Answers  


What is row level locking?

1 Answers  


How do I know if mysql is installed on windows?

1 Answers  


What is mysql sleep process?

1 Answers  


What is tee command in mysql?

1 Answers  


Is pdo faster than mysqli?

1 Answers  


Can mysql handle billions of records?

1 Answers  


Categories