data-storage Questions

8

Solved

I often hear about eventual consistency in different speeches about NoSQL, data grids etc. It seems that definition of eventual consistency varies in many sources (and maybe even depends on a conc...

2

I have created an SQL database using Java. I have a table created which has two columns, the first being a big integer which increments, the second I have tried defining it as a char, varchar and b...
Microphysics asked 29/11, 2010 at 17:20

3

I was planning to move from MySQL to PostgreSQL because I wanted to make use of TimescaleDB. Everything looked good until I did a check on the storage size used by PostgreSQL (v11.2) compared to M...
Manion asked 12/4, 2019 at 15:44

4

Solved

What is the easiest way to handle huge numbers in C? I need to store values in the Area 1000^900, or in more human readable form 10^2700. Does anybody know of an easy way to do that? Any help would...
Tuchun asked 19/2, 2009 at 12:42

1

Solved

What is best practice for a PWA to store user generated data in a persistent way? My app lets the user generate up to 5 MB of data that needs to be stored and accessed locally, but also backed up ...
Breastfeed asked 7/6, 2020 at 9:54

9

I'm looking for a javascript library that will let me store data in a client side database and in the back ground automatically sync the database back to the server's database preferable som...

5

Solved

I have been working on a library which enable a website to add a comment section to their website. The idea was to keep it as lightweight as possible thus I preferred to use JSON for basic data s...
Quintuplet asked 17/10, 2017 at 5:17

19

Solved

I'm writing an application that takes user data and stores it locally for use later. The application will be started and stopped fairly often, and I'd like to make it save/load the data on ap...
Truncated asked 21/12, 2009 at 19:0

3

I'm trying to create (or, if I've somehow missed it in my research, find) an algorithm to encode/decode a bmp image into/from a QR code format. I've been using a guide (Thonky) to try to understand...
Glebe asked 15/10, 2012 at 23:33

2

Solved

The Android Dev Guide says Content providers are also useful for reading and writing data that is private to your application and not shared. Generally, Content Providers are used for provi...
Mainland asked 2/4, 2011 at 13:46

1

Solved

My app got rejected due to not follow iOS App Data Storage Guidelines. My binary was rejected by the Apple App Store Review Team. On launch and content download, your app stores 6.34MB on the us...
Archdiocese asked 19/5, 2016 at 18:38

5

Solved

I'm on a project which heavily favors the use of .csv files for data storage. I see many issues with using .csv, especially for storing relational data. Parsing .csv is generally a pain, part...
Bick asked 19/4, 2011 at 19:36

5

Solved

What is the good mechanism to store information among SQLite database and Shared Preferences? Why use shared preferences? Why use sqlite? I tried to find the difference between them, and whi...
Optometrist asked 8/6, 2011 at 8:54

2

Solved

I've a amazon price data for around 8.5k products from a period of Feb. 1, 2015 to Oct. 31, 2015. Currently, it is in the form of a dictionary with key as number of days from base date and value as...
Unawares asked 9/11, 2015 at 15:40

4

Solved

The android documentation has the following options below but does not explain what circumstances each is best for. What are the pros and cons of each method? e.g. Under what conditions would SQL b...
Tolman asked 3/4, 2012 at 3:32

9

Solved

How do I store binary data in MySQL?
Vinegarette asked 1/8, 2008 at 5:9

1

Solved

I am managing a project in Java that stores user data. Users can be online, or offline. When users are online, their data is loaded into the data object for easy accessibility, and offloaded when t...
Vesicant asked 13/4, 2014 at 3:53

2

Solved

What is a good method to retain a small piece of data across multiple calls of a PHP script, in such a way that any call of the script can access and modify its value - no matter who calls the scri...
Dak asked 21/2, 2014 at 23:58

3

Solved

I'm developing a php platform that will make huge use of images, documents and any file format that will come in my mind so i was wondering if Cassandra is a good choice for my needs. If not, can ...
Clinkstone asked 12/1, 2012 at 21:47

3

Solved

After reading a few questions on what Java data type to use for currency/money, I have decided to use the int/long method, where you store the value of the currency/money as its lowest unit (such a...
Cazares asked 23/6, 2011 at 12:49

6

Solved

I have a cms which stores comments against articles. These comments can be both threaded and non threaded. Although technically they are the same just with the reply column left blank when it's not...
Revolution asked 10/5, 2009 at 21:59

1

Solved

I am currently using web SQL database in my chrome and safari browsers. This runs pretty well for my requirement. The code is up and running and makes use HTML concepts. I have done some R&D a...
Primulaceous asked 25/3, 2013 at 10:10

3

I want to get the Storage Sizes of each Applications in iPhone through objective C. Any one help to get like this....
Morris asked 7/3, 2012 at 14:57

6

Solved

Context: SQL Server 2008, C# I have an array of integers (0-10 elements). Data doesn't change often, but is retrieved often. I could create a separate table to store the numbers, but for some r...
Bloodworth asked 17/3, 2011 at 15:21

1

Solved

Edit: Let me try to clarify with a use case. I would love to be able to run a simple chat-box on an html/javascript page without running my -own- server. I can write the chat application's javascri...
Paresis asked 14/8, 2012 at 22:42

© 2022 - 2024 — McMap. All rights reserved.