Tagged Questions

4
votes
5answers
774 views

Store array of numbers in database field

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 ...
2
votes
1answer
93 views

Best Data Store for huge data with large number of reads and writes

I need to store around 100 millions of records on the database. Around 60-70% of them will be deleted daily and same amount of records are inserted daily. I feel a document database like Hbase, Big ...
2
votes
2answers
123 views

How to delete a column (attribute) from a GAE datastore?

I have a persistent class stored in a GAE datastore. I have removed one of the attributes from the class. The new records in this table show a value <none> for the removed attribute. But is there a ...
1
vote
2answers
126 views

How to keep version history of datastore entities in Appengine

I'm storing an Entity A in my datastore on appengine. A has an id of type Long. I'd like to keep a history of all changes made to A's fields. What are the best practices to doing this type of version ...
1
vote
2answers
157 views

Best way to store data securely?

I am looking for way to store some data. I want to users of my program to be able to choose a way to store data. They can choose database (PostgreSQL, MySQL) and I want to give opportunity to choose ...
0
votes
1answer
29 views

Database caching library for javascript recommendations

I'm looking for a Javascript library which implements a client (browser) side cache or data-store, with functions for synching to a remote, relational, database. Has anyone used something like this, ...
0
votes
1answer
41 views

suggestions for a replicated datastore

I am looking for a simple key-value datastore which will automatically replicate itself on different machines. Unfortunately, a Distributed Hash Table will not work for me since I need the whole ...
0
votes
2answers
694 views

Blackberry - data persistence O.S 4.5

I am new to blackberry development. I want to do data manipulation (CRUD) for a small project. Can you help me understand different options that can be used for blackberry data persistence for O.S ...