- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 122字
- 2021-08-20 10:06:11
CSV
The CSV engine stores data in the .csv file type using the comma-separated values format. This engine extracts data from the database and copies it to .csv out of the database. If you create a CSV file from the spreadsheet and copy it into the MYSQL data folder server, it can read the data using the select query. Similarly, if you write data in the table, an external program can read it from the CSV file. This storage engine is used for the exchange of data between software or applications. A CSV table does not support indexing and partitioning. All columns in the CSV storage engine need to be defined with the NOT NULL attribute to avoid errors during table creation.
推薦閱讀
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- Kali Linux Web Penetration Testing Cookbook
- 算法零基礎一本通(Python版)
- 華為HMS生態與應用開發實戰
- 趣學Python算法100例
- PyTorch自然語言處理入門與實戰
- 機器人Python青少年編程開發實例
- Python機器學習經典實例
- 嚴密系統設計:方法、趨勢與挑戰
- 軟件項目管理實用教程
- 學Python也可以這么有趣
- Building Serverless Applications with Python
- Mastering JavaScript High Performance
- Scala編程實戰
- Greenplum構建實時數據倉庫實踐