Home  >  Article  >  Database  >  python利用mysql管理大数据集方便吗?

python利用mysql管理大数据集方便吗?

WBOY
WBOYOriginal
2016-06-06 09:35:47990browse

mysql管理数据python大数据

使用python处理数据的时候生成的大批量的List数据集怎样保存比较方便呢?就是退出python后下次再进入python时不用再从外部文件重新读取数据集……因为我的数据量实在是太大,每次打开就再读一遍实在是太耗时间……所以我想用msqldb模块管理数据,不知道在数据存取、查询方面方不方便呢?有没有好的相关教程推荐的?谢谢啦

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn