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

learn more… | top users | synonyms (1)

0
votes
0answers
5 views

Any way to estimate required space for a big database?

I want to import a wikipedia XML dump file to MySQL. The uncompressed XML dump file is 65GB. Does this mean I should free up almost 64GB in MySQL data path? Is there any way to estimate required ...
0
votes
1answer
19 views

Internal versus External Storage

I have read so many theories about saving a file to the internal storage and external storage that I don't know exactly any more what to do. I created a PDF file with droidtext that I want to e-mail ...
0
votes
0answers
4 views

Cloud solution for H2 database

I need some informations about cloud computing. What I need is a storage where the customer will have there h2 database synchronized. Each time there database change and a connection is available, db ...
0
votes
0answers
22 views

References with different refresh levels are not supported

I created a new Windows Phone Game (4.0) project in Visual Studio Express 2012 and added the EasyStorage [Phone] project to the solution explorer. After that, I tried to add a reference to the ...
0
votes
1answer
23 views

Storing data permanently to file

fos = openFileOutput(FILENAME, Context.MODE_PRIVATE); fos.write(FirstNmstring.getBytes()); fos.close(); I used this code to store data in a file in internal memory of mobile. Just as I make another ...
0
votes
2answers
19 views

How to record and store data when using team foundation explorer?

I am working on a C# windows forms project with a friend and we are using TFS for our source control. The program we have written scrapes data off a couple of webpages at regular time intervals and ...
0
votes
1answer
20 views

where is the best place to save editable html pages to view on webview on android project (NOT IN ASSETS)?

i want to save HTML pages on my android projects. since assets folder is read only, i can not save them there, because i can not edit them if someday i need to, so where is the best place to save it? ...
1
vote
2answers
27 views

How can I store a non-string object in data memory?

In particular, I want to store a given gesture in the device's memory. Usually for these things I use SharedPreferences, but since gesture isn't a primitive data type, that doesn't work here; I also ...
-2
votes
1answer
30 views

read from internal storage EOFException

This method worked, but I am working in some methods and now is crashing. Pls give me a hint for what to search! My code part is: ArrayList<MyDataObject> list = null; FileInputStream ...
-1
votes
2answers
21 views

Directory tree for storing images - does it actually improve efficiency? [closed]

Something i'm looking into doing is re-designing the file structure we have, I am planning on splitting everything into folders so that it is easy to navigate to the images of a precise product, ...
0
votes
0answers
17 views

HDInsight and Azure Table Storage

I'm wondering if Azure Table Storage can be used as a data source for Map/Reduce tasks on HDInsight cluster. Obviously data can be exported from Table Storage into a flat file and then imported into ...
-1
votes
2answers
27 views

PHP Storing sessions

Wich way would be the most effective way of storing a session in php.(for login or user-related data) Would the best thing be a database or using the built in $_SESSION in php? wich one would be the ...
0
votes
1answer
20 views

How to select an image from internal storage and insert it in SQLite?

When the user clicks a button in my app, he has to be able to select an image from the internal storage (sd card or tablet/phone memory). Then, I want this image to be stored in a SQLite database. So ...
0
votes
1answer
25 views

403 forbidden while creating admin user in Riak-CS

I'm following guidelines and set up anomimous user creation cat /etc/riak-cs/app.config | grep anonymous_user_creation {anonymous_user_creation, true}, and using post request to create admin ...
-2
votes
0answers
40 views

What database does World of Warcraft use? [closed]

I would like to know what database does World of Warcraft use.. Must be something very fast because it is a mmorpg, and they have probe to be the best mmorpg with minor errors in online gamin. Is it ...
0
votes
0answers
9 views

Does the MarkLogic Library Services API store complete copies of document versions?

How are document changes stored using the MarkLogic Library Services API?
0
votes
0answers
17 views

Which database would fit better (perfomance wise) for storing files and related metadata?

I need to store terabytes of binary data (million files or so) with ability to tune read/write access control on per file/per user basis. Also I need metadata to be synced with my binary data in ...
0
votes
0answers
29 views

Android internal storage vs mounted drive problems with hardware sony tipo

We're having issues with the tipo when its writing files it seems to write to mnt/sdcard and then crash (also no error message is generated when it crashes it just states its stopped working????) Not ...
0
votes
1answer
34 views

How to save data from a form with HTML5 Local Storage?

I have a form that makes logging into a website but not in mine and I want them to be saved form data in my web with HTML5 local storage. But not how. Any idea? My form is this: <form ...
0
votes
1answer
24 views

Web app data storage

Let's say I have two or more tabs with a couple of inputs and textareas. Users can fill these fields and switch tabs but I want to make sure they don't lose the data in the fields. Here comes the ...
-1
votes
0answers
23 views

different sizes for parted and fdisk [closed]

I am trying to find out the size of a LUN on a virtual machine, but the 3 tools seems to give contrary results parted -s /dev/sdb print Warning: The disk CHS geometry (261,255,63) reported by the ...
-1
votes
3answers
85 views

How can I see if a value is contained in an Array or Class?

I am making a BlackJack game. I need to determine if my deck contains a particular value. What would be the easiest way to check my deck. Easiest meaning less lines of code and less confusing. ...
0
votes
0answers
21 views

Apache (PHP) Unable to Write into NFS Mounted Freenas Drive

i have a FreeNas Share Mounted to my Ubuntu box using NFS, in FreeNas settings Permission for this drive is 777, i am able to Read,write to this mounted drive as a regular user, but when try to write ...
-2
votes
2answers
24 views

Creating file / database [closed]

I know the basics of making runtime programs, and creating files. My question is what are the options when storing data. I would like to save data better than in text files even if it's encrypted ...
2
votes
2answers
41 views

Non -Ram Storage

I am learning java from "Thinking In Java" by Bruce Eckel. I am unable to understand the concept of Non -Ram Storage. As the book says: Non-RAM storage. If data lives completely outside a ...
0
votes
1answer
33 views

Firefox add-on sdk : how to use simple-storage API in a content script?

I am making a Firefox add on using toolbar button by Erik Vold and I would like to know how to have access simple-storage API in a content script. I know that you cannot access the API directly. var ...
0
votes
1answer
36 views

Read an ArrayList from Internal Storage

I have an Android application and I would like to read and write an ArrayList<MyClass> to the Internal Storage. The writing part works (I believe, haven't tested it yet :-) ) : ...
1
vote
2answers
30 views

How to read .gif file from internal storage?

I want to read .gif file from internal storage. I can read image, mp3 but not .gif. Actually I am searching global way to read any types of file. Regards Edit: private void globalGif() throws ...
0
votes
1answer
31 views

can't write external storage

when i open application must be read external and copy all number from contact to that file but when i try always force close.. public class anti_spam extends TabActivity { /** Called when the ...
0
votes
1answer
46 views

Why videos are not downloading from Url via app in a Android Tablet?

I could be able to Download the videos and save it on sd card. When user is downloading multiple times it will save it on sd card until it has a free space on Memory. When File size is larger and if ...
-4
votes
0answers
21 views

Java online file storage [closed]

I've got an (almost) fully functioning app running in Google App Engine; problem is, their quotas and limits are horrible. Upon (hopefully) reaching mass distribution soon, my program will simply not ...
0
votes
2answers
35 views

Storage - Logic/Performance - PHP/MySQL

Okay, here's a standard users table; Full Name | Birthday | E-Mail | Username | Password | Facebook | MySpace | Twitter | LinkedIn Nothing unusual about this, it's fairly standard and text book. ...
0
votes
1answer
32 views

compress bitmap to string android

Hi guys I have a problem when I go to encode the image to a bitmap and then do a comparison with the decode an encoded image with tools via the Internet but does not give me the same decoding and can ...
0
votes
1answer
34 views

Where to store large files when external storage is not writable?

I want to cache some files to be previewed later. The Android documentation says that you can store files in your cache directory by calling getCacheDir() but you should save a maximum of 1 MB ...
0
votes
0answers
15 views

How to have a downloadable file associated with a user?

If each user must have an oft-updated archive with their data, is it possible to store it in the DB somehow so it's accessible through activerecord? (I'm using MongoDB, by the way) My initial idea ...
0
votes
1answer
16 views

Autocomplete High Level Interpretation

I've implemented a variation on the autocomplete program in python using trie-trees and matching against words from the Ubuntu standard dictionary. From my understanding trie trees are the fastest ...
0
votes
1answer
41 views

Are windows phone storage secure from external access?

I am building an application for Windows phone 8 which have some Assets currently stored in the installation directory of the app. Since those need to be inaccessible from evil users, I'd like to know ...
2
votes
2answers
60 views

How to save 2 string file to internal storage in listview

I put in 2 texts then pressed save and saving internal storage. Press List button reading List.java there are saving data's in list. so I pressed MainActivity button and i put in 2 texts again. But ...
0
votes
1answer
42 views

Persistent Logging in Windows Azure

So far I have tried a couple of different strategies to persist my logs into my storage area. Trace.Listeners.Add(new TextWriterTraceListener(new Logger(true).output)); Trace.WriteLine("Added a ...
0
votes
0answers
14 views

Save user input in database

I use a user interface with different number of screens. I need to permanently store all user input (checkboxes, textfields) of one session so that the user can reload and see what he has done. I ...
0
votes
1answer
21 views

How to store sqlite database in sdcard in android?

I would like to store sqlite database in sd card instead of storing locally,I tried examples in my code but it didn't help.I have added block of code I have used below,kindly help on what I am missing ...
-2
votes
0answers
127 views

Android with Internal storage, SD card and phone storage? [closed]

I have a Mediatek MTK6577 based Android smartphone. I'm a little confused, the storage architecture is: Internal storage: about 500mb SDCard: about 8GB, Phone storage: about 2GB I can not select the ...
0
votes
0answers
10 views

Reserved Azure website Storage

At the moment when you create a new reserved Azure Website it uses (what I think is a virtual drive mapped to a network location) 10GB of disk space. I’d like to ask is the data that we store on this ...
0
votes
1answer
16 views

Scalable cloud storage

I'm going to publish a video in a Web page for streaming. I expect having more than 100.000 visits per day in a month. I want to upload my video to a server (or service) that offers the same band-with ...
-5
votes
0answers
42 views

How to save internal storage via custom adapter in android list [closed]

I'm beginner of android. I have a problem. here is my code: MainActivity.java public class MainActivity extends Activity { EditText text1, text2; Button save, list; static String top, bottom; ...
0
votes
2answers
45 views

How add a specific variable in custom AuthStorage in Zend Framework 2

I'm working on ZF2 and I have developped my own storage for authentication but I wonder how to add a new persistent variable (session-like). Look My Auth Storage : <?php namespace ...
0
votes
0answers
16 views

LevelDB random read — why is official benchmark so good?

According to this official benchmark, it performs 129,000 ops/sec on random read. But as I know, random read needs at least ONE random access to disk (cache has no help with random read because the ...
0
votes
2answers
58 views

Android - Can a general class (not extending Activity/Service) read file from the phone?

Assume a class not extending Activity/Service, is it possible for it to read files or databases from the phone without using context? I need the information in this class private, but if someone ...
0
votes
2answers
31 views

Compound rowkey in Azure Table storage

I want to move some of my Azure SQL tables to Table storage. As far as I understand, I can save everything in the same table, seperating it using PartitionKey and keeping it unique within each ...
-1
votes
0answers
30 views

Simple mongodb image storage

Could anyone give me a simple example of image store engine on Java or Python, which lets me store about million images with fast access? I'm trying to write a benchmark, which will do requests and ...

1 2 3 4 5 37