data-storage Questions

2

Solved

I have read the Data Storage guidelines of Apple and am really confused as to where i should keep the sqlite database files i am creating in my app. I want to read from the sqlite files even when t...
Codycoe asked 7/8, 2012 at 6:19

3

I'm interested to get the physical locations of tables, views, functions, data/content available in the tables of PostgreSQL in Linux OS. I've a scenario that PostgreSQL could be installed in SD-Ca...
Beatty asked 3/5, 2012 at 12:43

2

Solved

I want to choose a back end web service for my app. Reading documentation of these services(Parse, Proxomo, Cocoafish, StackMob etc.) reveal that some of them offers to store data in schemaless for...
Tropo asked 24/1, 2012 at 12:9

2

There are many scattered posts out on StackOverflow, regarding Python modules used to save and load data. I myself am familiar with json and pickle and I have heard of pytables too. There are pro...
Keneth asked 17/1, 2012 at 11:47

3

Solved

I am in the process of creating a custom membership provider for an ASP.Net MVC website. The provider is being created as a separate class as part of a bigger library. There is a need for the back-...

1

Solved

I am looking for the best mechanism to store a bunch of environmental data and like the concept of a round-robin database (rrd) to cap the size of the database. This will be used for a Java Web-app...
Chokefull asked 20/5, 2011 at 17:56

1

Solved

I used the following code to store the file on Internal Storage in Application run on a device. private void writeToFile(String s){ try { // catches IOException below FileOutputStream fOut = ope...
Kalakalaazar asked 19/4, 2011 at 11:22

2

Solved

mysql> SELECT FROM_UNIXTIME(2145916799), FROM_UNIXTIME(2145916800), POW(2,32-1)-1, 2145916799 - POW(2,32-1)-1; +---------------------------+---------------------------+---------------+----------...
Quaff asked 21/1, 2011 at 18:15

2

Solved

Can any one tell me where jquery data() stores the data and when it is get erased and how? Is there any performance issue if I use this to store ajax call result? For example: $("body").data("...
Aegrotat asked 8/12, 2010 at 6:32

2

Solved

Comining from my question "8078 bytes in 8060 B datapage (SQL Server)?" where it was explained to me how to derive 8078 bytes of data per page in MS SQL Server. If I calculate the number of bytes...
Quinquennial asked 25/9, 2010 at 8:20

2

Solved

It is written everywhere that data in SQL Server is written in pages of 8K (8192 B) each with 8060 bytes for data and the rest is overhead (system info). Though, the recent article [1] gives code ...

6

Solved

Reading StackOverflow and listening the podcasts by Joel Spolsky and Jeff Atwood, I start to believe that many developers hate using XML or at least try to avoid using XML as much as possible...
Moitoso asked 27/8, 2010 at 1:57

6

Solved

I have a C# application that allows one user to enter information about customers and job sites. The information is very basic. Customer: Name, number, address, email, associated job site. Job S...
Spaceband asked 18/8, 2010 at 17:12

4

Solved

For the same data set, with mostly text data, how do the data (table + index) size of Postgresql compared to that of MySQL? Postgresql uses MVCC, that would suggest its data size would be bigger ...
Armchair asked 16/8, 2010 at 1:28

2

I need to store data to use in my android program. Here are the details about the data: There will be one table. Each "row" of data will have a unique INT identifier. Other then that field, there...
Abysmal asked 24/7, 2010 at 2:6

5

Solved

I'm starting to learn about COBOL. I have some experience writing programs that deal with SQL databases and I guess I'm confused how COBOL stores and retrieves data that is stored in a mainfr...
Formalism asked 13/3, 2010 at 23:26

3

Solved

I have a project in mind that will require the majority of queries to be keyed off of lat/long as well as date + time. Initially, I was thinking of a standard RDBMS where lat, long, and the dateti...
Pharaoh asked 14/3, 2010 at 19:13

4

Solved

What options are there for saving and retrieving documents to and from the cloud, from within Emacs? I use Emacs at work, on a Windows machine, and at home, on a Linux box, so ideally I would want...
Transpierce asked 10/2, 2010 at 12:39

4

Solved

Performance consideration: Spread rows in multiple tables vs concentrate all rows in one table. Hi. I need to log information about about every step that goes on in the application in an SQL DB. ...
Behindhand asked 17/7, 2009 at 9:36

2

Solved

Any idea regarding the usual storage capacity of a magnetic swipe card ( like the ones that are used in ATM's ) ? (PS : Tried googling but didn't get anything satisfactory and point on)
Waechter asked 6/2, 2009 at 7:28

3

Solved

I'm making a simple 2 player game in XNA and started looking into saving the player's high scores. I want the game to work on the XBox 360 as well as Windows, so I have to use the framework to sav...
Mcgovern asked 14/9, 2008 at 22:46

2

Solved

I'm trying to determine how I should store historical transactional data. Should I store it in a single table where the record just gets reinserted with a new timestamp each time? Should I break ...
Drunken asked 15/1, 2009 at 17:44

5

Solved

I'm researching possible options how to organize data storage for an Erlang application. The data it supposed to use is basically a huge collection of binary blobs indexed by short string ids. Each...
Cardcarrying asked 13/11, 2008 at 15:25

© 2022 - 2024 — McMap. All rights reserved.