Top "Storage" questions

Details on how data is being kept in memory/on disks, most frequently being applied to databases, media banks and backup-recovery solutions.

amazon s3 vs google cloud storage

We are gathering information about different systems. At the moment we are looking for a storage solution. We will have …

amazon-s3 storage google-cloud-storage
Nodejs in-memory storage

How do I store data to be used for all the clients in my server? (like the messages of a …

storage node.js
Calculating and saving space in PostgreSQL

I have a table in pg like so: CREATE TABLE t ( a BIGSERIAL NOT NULL, -- 8 b b SMALLINT, -- 2 …

postgresql database-design storage bigdata
Accessing functions bound to event handlers with jQuery

With jQuery you can bind functions to an event triggered on a DOM object using .bind() or one of the …

jquery events event-handling storage internal
How to update a JSON file by using Python?

I am using Python and I have a JSON file in which I would like to update a value related …

python json file storage updating
Storing RSA Private Key Android

During the creation of simple messaging android application that is to encrypt/decrypt messages and send them through internet, I …

android encryption storage private-key
Do .bss section zero initialized variables occupy space in elf file?

If I understand correctly, the .bss section in ELF files is used to allocate space for zero-initialized variables. Our tool …

c++ storage elf segments
Core Data - Storing Images (iPhone)

I have an application where I allow the user to add an image for their account. I wish to know …

iphone image core-data storage
Estimating IOPS requirements of a production SQL Server system

We're working on an application that's going to serve thousands of users daily (90% of them will be active during the …

sql-server performance storage sizing
Is there an open-source equivalent to Amazon S3?

Is there an open-source equivalent to the Amazon S3 storage service running under Linux? For example a bucket-based file system …

filesystems amazon-s3 storage bucket