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.

Scalable Image Storage

I'm currently designing an architecture for a web-based application that should also provide some kind of image storage. Users will …

storage couchdb hadoop hbase hdfs
How to synchronize HTML5 local/webStorage and server-side storage?

Possible Duplicate: Best way to synchronize local HTML5 DB (WebSQL Storage, SQLite) with a server (2 way sync) I'm currently seeking …

html web-applications storage offline-mode firebase
read file from external storage

I simply cannot find how to get one specified file from the external storage. I know that with getExternalStoragePublicDirectory(), you …

android storage external readfile
How to create laravel storage symbolic link for production or sub domain system?

When I worked on laravel local development server php artisan storage:link works fine for me. But when I transfer …

php laravel terminal console storage
is there a maximum size to android internal storage allocated for an app?

I want to save a json file with all the application data (something similar to preference) but im not sure …

android storage android-sdcard
Does PostgreSQL support transparent compressing of tables (fragments)?

I'm going to store large amount of data (logs) in fragmented PostgreSQL tables (table per day). I would like to …

postgresql compression storage
Difference between Object Storage And File Storage

Could someone explain what difference between Object Storage and File Storage is please? I read about Object Storage on wiki, …

object storage persistent-object-store
How to limit Docker filesystem space available to container(s)

The general scenario is that we have a cluster of servers and we want to set up virtual clusters on …

docker storage limit
Does Microsoft SkyDrive have an API?

So with the recent news that Microsoft Skydrive is going to get bumped to 25GB of storage per account, does …

api documentation storage onedrive
how to check internal and external storage if exist

How do i know if there are internal and external storage in android pragmatically? does anyone how to know how …

android storage