Top "Data-storage" questions

The generic concept of data-mass storage, not specific to any vendor or system architecture.

Best way to store data locally in .NET (C#)

I'm writing an application that takes user data and stores it locally for use later. The application will be started …

c# .net xml data-storage
Pros and Cons of SQLite and Shared Preferences

What is the good mechanism to store information among SQLite database and Shared Preferences? Why use shared preferences? Why use …

android database sqlite sharedpreferences data-storage
Store array of numbers in database field

Context: SQL Server 2008, C# I have an array of integers (0-10 elements). Data doesn't change often, but is retrieved often. …

sql-server database datastore data-storage
Eventual consistency in plain English

I often hear about eventual consistency in different speeches about NoSQL, data grids etc. It seems that definition of eventual …

nosql computer-science data-storage eventual-consistency
Inserting hex value mysql

I have created an sql database using Java, I am a noob when it comes to sql but have it …

mysql data-storage
Which Android Data Storage Technique to use?

The android documentation has the following options below but does not explain what circumstances each is best for. What are …

java android sqlite sharedpreferences data-storage
Basic data storage with Python

I need to store basic data of customer's and cars that they bought and payment schedule of these cars. These …

python database data-storage
How does COBOL store and retrieve data?

I'm starting to learn about COBOL. I have some experience writing programs that deal with SQL databases and I guess …

cobol data-storage
Is Cassandra good for storing files?

I'm developing a php platform that will make huge use of images, documents and any file format that will come …

nosql cassandra data-storage file-storage