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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current mysql version?

1088


Which statement is used in a select query for partial matching?

1239


What is current version of mysql?

1064


How to Change a users password from unix shell.

1210