I've discovered that the TimeGenerator.GetTimeUUID() method does not produce proper Type 1 UUIDs. The format is not compatible with the Cassandra TimeUUIDType comparator and produce a "Bad Request:...
Id #39 | Release:
None
| Updated: Jun 1, 2012 at 4:18 AM by sabro | Created: May 28, 2012 at 10:19 PM by shawn_
We may build strong named dlls for Nuget Package.
http://cassandraemon.codeplex.com/discussions/275277
Id #38 | Release:
None
| Updated: Sep 21, 2012 at 4:15 AM by jberd126 | Created: May 26, 2012 at 10:36 PM by sabro
Currently, a query:
var result = ctx.ColumnList
.Where(e => e.ColumnFamily == _ColumnFamily);
returns 100 rows. I can increase the number of rows by using Take():
...
Id #37 | Release:
None
| Updated: May 30, 2012 at 5:43 AM by kojiishi | Created: May 25, 2012 at 7:21 PM by kojiishi
class Person
{
public int Id { get; set; }
public string Name { get; set; }
}
If Name property is null, then person object is registered Id property only in cassandraemon0.8.7.
But in version ...
Id #36 | Release:
None
| Updated: Feb 4, 2012 at 10:56 AM by sabro | Created: Feb 4, 2012 at 3:54 AM by sabro
We implement GetDateTime method that convert Column.Timestamp back to DateTime.
static DateTime GetDateTime(long unixtime)
static DateTime GetDateTimeUtc(long unixtime)
static DateTime GetDateT...
Id #32 | Release:
None
| Updated: Oct 24, 2011 at 8:18 AM by sabro | Created: Oct 18, 2011 at 1:34 PM by sabro
Thrift unframed mode is removed in Cassandra0.8.
IsFramed option should be removed from CassandraConnectionConfig in Cassandraemon0.8.
Id #24 | Release:
None
| Updated: Oct 4, 2011 at 1:21 AM by sabro | Created: Sep 11, 2011 at 7:08 PM by sabro
Not very urgent, but we could improve resolution of timestamp by using high resolution timer (Stopwatch.GetTimestamp() or QueryPerformanceCounter).
How much values in doing so is unknown, so I mi...
Id #16 | Release:
None
| Updated: Jul 20, 2011 at 9:57 PM by sabro | Created: Jul 19, 2011 at 10:08 AM by kojiishi