data-storage
Storing multiple test answers in Access
I\'m fairly new to Access and have gotten stuck at a point despite hours of on-line research.In short, I\'m trying to write a database that will store the answers that people give on several different[详细]
2023-03-18 01:32 分类:问答The best storage choice for iPhone navigation based application? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th[详细]
2023-03-17 02:49 分类:问答Store JSON in an sqlite field?
I\'m writing an application that communicates with a web API, which responds with JSON. Currently, I\'m translating the JSON objects to Java objects using gson (which is awesome, by the way).[详细]
2023-03-16 12:20 分类:问答Best data type to store the values like 21.6.7.1 in C/C++
In 21.6.7.1, 21 represents the some segment, 6 represents some lane inside that segment and so on and so forth. The individual values need to be extracted.[详细]
2023-03-14 05:59 分类:问答Pros and Cons of SQLite and Shared Preferences [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question开发者_运维百科? Update the question so it can be answered with facts and citation[详细]
2023-03-11 00:33 分类:问答RDBMS vs file system for file storage
Are there any advantages of storing entire files in an RDBMS over storing the files in the file system with references to the file path in the RDBMS?[详细]
2023-03-10 15:48 分类:问答What consumes more storage space - boost::dynamic_bitset<> or raw storage?
I have a program storage optimization question. I have, let say 4096 \"knots\" stored in a: boost::dynamic_bitset<>[详细]
2023-03-09 00:00 分类:问答Internal Storage on HTC Desire
I\'m trying to save a file to internal storage (not SD Card). As the documentation points out, if I use getExternalStorageDirectory(), the data will be placed under /Android/data/<package_name>/[详细]
2023-03-08 04:36 分类:问答Round Robin data storage for non-regular interval time series data
I am looking for the best mechanism to store a bunch of environmental data and like the concept of a round-robin database (rrd) to cap the size of the database. This will be used for a Java Web-app so[详细]
2023-03-07 03:20 分类:问答I am looking for a key-value datastore which has following (preferable) properties
I am trying to build a distributed task queue, and I am wondering if there is any data store, which has some or all of the following properties. I am looking to have a completely decentralized, multin[详细]
2023-03-06 14:11 分类:问答