Top "Data-storage" questions

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

How to store binary data in MySQL

How do I store binary data in a MySQL database?

mysql binary data-storage
What are data volumes?

What are data volumes? How would you define them? How would you calculate the data volumes for a website.

data-storage volumes
Which XML data type should I use for currency/money?

After reading a few questions on what Java data type to use for currency/money, I have decided to use …

java xml currency data-storage
Storing a BMP image in a QR code

I'm trying to create (or, if I've somehow missed it in my research, find) an algorithm to encode/decode a …

qr-code bmp data-storage
What are some "mainstream" lightweight alternatives to storing files in .csv format?

I'm on a project which heavily favors the use of .csv files for data storage. I see many issues with …

csv storage local-storage data-storage
How long will Web SQL Database remain in the browsers?

I am currently using web SQL database in my chrome and safari browsers. This runs pretty well for my requirement. …

html client-side data-storage
write private file to internal storage

I trying to write some files on the internal storage. I saw theFileOutputStream fos = openFileOutput(FILENAME, Context.MODE_PRIVATE); on …

android file private data-storage
How to reduce PostgreSQL database size?

I was planning to move from MySQL to PostgreSQL because I wanted to make use of TimescaleDB. Everything looked good …

mysql postgresql types storage data-storage
Dependency injection and ASP.Net Membership Providers

I am in the process of creating a custom membership provider for an ASP.Net MVC website. The provider is …

asp.net-mvc dependency-injection membership-provider data-storage