Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为书店开发一个应用程序,比如购买、销售、搜索书籍……等等
现在我需要将我的信息从阵列存储/检索到硬盘,但不使用文件(I/O 表达式),因为它对应于会影响我的应用程序的速度或性能的顺序行为,我需要类似的东西随机内存访问!!
有什么建议么 ?
使用数据库,并找到适合您的性能要求的数据库。