What are the Techniques
This is a discussion on What are the Techniques within the MySQL forums, part of the Database category; What are the different techniques by which data is stored in MySQL? Also kindly let me know the best option ...
-
What are the Techniques
What are the different techniques by which data is stored in MySQL? Also kindly let me know the best option among these?
-
There are various Storage Engines available in MYSQL using which data in MySQL is stored in files or memory using a variety of different techniques. One of this is MEMORY storage engine which stores all of the table data in memory.
-
That's really good information. Can you tell me what are the features that are available in each of the storage engines which makes it suited for each specific purpose
-
Sponsored Ads


Reply With Quote





