&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
database cassandra
1
vote
1
answer
47
views
Is there a NoSQL database that can effectively detect duplicate items?
I'm looking to implement a system that searches for duplicate entries before saving new entries, mostly by IP address. Since NoSQL databases have…
database
mongodb
nosql
couchdb
cassandra
asked
June 20, 2011 11:39 pm CDT
mpso
1
vote
2
answers
49
views
Pelops - Catch Connection Error?
Is there a way to catch a connection error when using pelops in Java? I have the following code but for some reason, I'm not getting to my catch…
java
database
cassandra
asked
June 13, 2011 6:06 pm CDT
kevin.mansel
0
votes
4
answers
53
views
NoSQL for extremely high volumes of data
Hi there, I'm looking at NoSQL for extremely high volumes of data. We're storing cached versions of webpage text in MySQL at the moment, but it…
database
mongodb
nosql
cassandra
redis
asked
May 29, 2011 6:45 pm CDT
Filo Stacks
0
votes
2
answers
41
views
MongoDB vs. Cassandra vs. MySQL for real-time advertising platform
I'm working on a real-time advertising platform with a heavy emphasis on performance. I've always developed with MySQL, but I'm open to trying…
database
database-design
mongodb
cassandra
asked
May 28, 2011 11:06 am CDT
James Simpson
0
votes
1
answers
45
views
Tool for migrating data from Cassandra to MySQL?
We're using Cassandra for data store, but want to migrate data out of Cassandra and into MySQL on a daily basis so that marketing/product users can…
mysql
database
cassandra
asked
May 23, 2011 7:54 am CDT
mileslennon
0
votes
2
answers
35
views
Selective get in cassandra faster then normal get?
Hi, I'd like to know if this: $column_family->get('row_key', $columns=array('name1', 'name2')); Is faster then the more flexible get i now use:…
php
database
nosql
cassandra
phpcassa
asked
May 6, 2011 12:08 pm CDT
user711096
0
votes
1
answers
82
views
Show all keys with phpcassa
I'm fairly new to cassandra but i have making good progress so far. $conn = new ConnectionPool('Cluster'); $User = new ColumnFamily($conn, 'User');…
php
database
nosql
cassandra
phpcassa
asked
May 4, 2011 12:51 pm CDT
user711096
0
votes
2
answers
40
views
What to log for security and statistics?
What are smart / handy things to log /statistics for a social networking site? Things i came up with: user logins (timestamp + user id) failed user…
php
mysql
database
google-analytics
cassandra
asked
May 3, 2011 9:31 am CDT
user711096
0
votes
1
answers
37
views
Cassandra:What operations do need a restart?
Hi there! When must Cassandra be restarted? for what operations? Anyone got something like a list? for example: - when changing a column family…
database
cassandra
asked
April 7, 2011 9:02 am CDT
dkk
0
votes
0
answers
62
views
Backup cassandra with sstable2json meet an abnormal,the json file too large and not suspend!
I use sstable2json to backup data which system is running. The source file is 57M,but process the sstable2json for 2 hours still not finish. Target…
database
backup
cassandra
asked
April 7, 2011 8:31 am CDT
higkoo
1
vote
1
answers
34
views
Even partitioning of nonuniform ranged data in cassandra
Hello all! I've got a rather tricky one, bear with me as I try not to stumble over my words here. I'm doing some research, and my group is…
database
database-design
cassandra
cassandra-0.7
asked
March 16, 2011 12:34 pm CDT
Chris
0
votes
1
answers
53
views
Idiomatic Client Libraries with Cassandra + PHP?
On this video (at 29:00), Eric Evans from Rackspace tells an audience that using Thrift and Avro is a bad idea. Instead, he advocates using the…
database
cassandra
thrift
avro
asked
March 13, 2011 9:04 pm CDT
dengeltrees
0
votes
1
answers
76
views
In Cassandra, how do I access historical data?
Cassandra uses a timestamp system to serve up the most recent records. How do I display a list of all values & timestamps for a particular…
database
cassandra
asked
March 13, 2011 7:11 pm CDT
dengeltrees
0
votes
1
answers
60
views
Does Cassandra support many database in one server?
I've started learning using Django with Cassandra. I will develop many websites on Cassandra, since I need the scalability (If start with Cassandra…
database
django
nosql
cassandra
asked
February 25, 2011 10:42 pm CST
apasajja
0
votes
3
answers
66
views
'Integer' type or 'String' type Ids for entities in the database/application ??
I am building an application in Java. My database ( Cassandra ) understands only byte[] as data. Thus I am free to choose among the several…
java
database
datatypes
id
cassandra
asked
February 25, 2011 4:54 am CST
Marcos
2
votes
2
answers
65
views
Merging several concurrent Database operations into a single batch
[Hi, I asked this question in the morning but could not get any response or feedback from the community..I would like to bring it up to really get…
java
database
java-ee
nosql
cassandra
asked
February 18, 2011 10:41 am CST
Marcos
1
vote
0
answers
58
views
Merging several concurrent Database operations into a single batch
I am working on an web-application using Java and backed by Cassandra-a NoSQL database. Cassandra allows for highly concurrent database operations…
java
database
java-ee
nosql
cassandra
asked
February 18, 2011 3:14 am CST
Marcos
1
vote
1
answer
49
views
How to store data related to members of groups in a forum, using Cassandra ?
Hii there, My question is related to Groups in a forum, very much similar to the LinkedIn Groups. How would you store the list of all users in a…
database
nosql
cassandra
asked
February 2, 2011 3:49 pm CST
Marcos
0
votes
1
answers
82
views
NoSQL architecture for app like Google Reader
What NoSQL architecture would you use for application like Google Reader (one to one copy)? I consider MongoDB, Cassandra, CouchDB, Redis, HBase and…
database
mongodb
nosql
cassandra
asked
January 20, 2011 9:15 am CST
elNino
0
votes
3
answers
64
views
Mysql stored routine vs. mysql-alternative?
We are using a mysql database w/ about 150,000 records (names) total. Our searches on the 'names' field is done through an autocomplete function in…
mysql
database
oracle
cassandra
bigtable
asked
January 17, 2011 6:45 pm CST
user522962
Pages
:
1
|
2
>
30
database cassandra
Tagged:
database + cassandra
Related Tags
nosql
× 59
database
× 30
java
× 26
mongodb
× 21
php
× 20
thrift
× 17
mysql
× 14
phpcassa
× 13
cassandra-0.7
× 13
hbase
× 10
database-design
× 9
pycassa
× 8
django
× 8
hadoop
× 8
python
× 8
ruby-on-rails
× 6
ubuntu
× 6
c#
× 6
hector
× 6
bigtable
× 5
oracle
× 5
redis
× 5
linux
× 5
couchdb
× 5
schema
× 4
.net
× 4
solr
× 4
amazon-ec2
× 4
pig
× 3
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy