Groups
Groups
Sign in
Groups
Groups
redisql-dev
Conversations
About
Send feedback
Help
redisql-dev
1–30 of 51
Mark all as read
Report group
0 selected
Jak Sprats
2/28/12
stable-ish release and blog posting
hello long neglected user group, the stable release will be 0.2, here is the RC https://github.com/
unread,
stable-ish release and blog posting
hello long neglected user group, the stable release will be 0.2, here is the RC https://github.com/
2/28/12
Jak Sprats
10/4/11
more functionality, stable release looming
Hi All, the following functionalities have been added to AlchemyDB as of late: # Unlimited number of
unread,
more functionality, stable release looming
Hi All, the following functionalities have been added to AlchemyDB as of late: # Unlimited number of
10/4/11
Jak Sprats
,
NailK
4
10/2/11
SCION iterator, REVERSE Iterator, ORDERBY Iterator
Hi Nail, Yeah a stable release is really needed. It is a bit more complicated as I would like as
unread,
SCION iterator, REVERSE Iterator, ORDERBY Iterator
Hi Nail, Yeah a stable release is really needed. It is a bit more complicated as I would like as
10/2/11
Jak Sprats
9/1/11
atomic master cutover
Hi, a while back, Antirez blogged about pre-sharding: http://antirez.com/post/redis-presharding.html
unread,
atomic master cutover
Hi, a while back, Antirez blogged about pre-sharding: http://antirez.com/post/redis-presharding.html
9/1/11
Jak Sprats
8/31/11
Embedded AlchemyDB v0.0.0.0.1
Hi All, A client of AlchemyDB needed an Embedded AlchemyDB version and was nice enough to allow it to
unread,
Embedded AlchemyDB v0.0.0.0.1
Hi All, A client of AlchemyDB needed an Embedded AlchemyDB version and was nice enough to allow it to
8/31/11
krbabu
,
Jak Sprats
2
8/21/11
A general question regarding NoSQL and SQL systems.
Hi, I can comment. Alchemy DB is made up of a RDBMS and redis. ACID = [atomicity, consistency,
unread,
A general question regarding NoSQL and SQL systems.
Hi, I can comment. Alchemy DB is made up of a RDBMS and redis. ACID = [atomicity, consistency,
8/21/11
Jak Sprats
7/14/11
new commands documented on project page
Hi All, the new commands have been (poorly) documented here: http://code.google.com/p/alchemydatabase
unread,
new commands documented on project page
Hi All, the new commands have been (poorly) documented here: http://code.google.com/p/alchemydatabase
7/14/11
Jak Sprats
,
David Yu
10
7/14/11
new github code
Hi David, yeah VoltDB does rollback buffers. VoltDB defines everything in units of stored procedures,
unread,
new github code
Hi David, yeah VoltDB does rollback buffers. VoltDB defines everything in units of stored procedures,
7/14/11
Rahul Mehta
,
Jak Sprats
2
6/2/11
Want to use redissql giving error node.js
Hi Rahul, I will contact Matt Ranney the author of the Node.js client and we will see what the issue
unread,
Want to use redissql giving error node.js
Hi Rahul, I will contact Matt Ranney the author of the Node.js client and we will see what the issue
6/2/11
Jak Sprats
,
minkymorgan
3
5/26/11
been busy
> nice to get funding to do what you love. yeah definitely, its funny though when you get funding
unread,
been busy
> nice to get funding to do what you love. yeah definitely, its funny though when you get funding
5/26/11
Jak Sprats
,
Didier Spezia
3
1/28/11
AUTOMATICALLY LZF compress TEXT columns longer than 20 characters
Hi Didier, yeah quicklz is better. I chose LZF because it is BSD and it was already in the code base.
unread,
AUTOMATICALLY LZF compress TEXT columns longer than 20 characters
Hi Didier, yeah quicklz is better. I chose LZF because it is BSD and it was already in the code base.
1/28/11
Jak Sprats
1/25/11
special table (UINT_UINT) 500million rows takes up 3.9GB
Hi All, Another optimisation is what I call the UINT_UINT table, it is when a table consists of 2
unread,
special table (UINT_UINT) 500million rows takes up 3.9GB
Hi All, Another optimisation is what I call the UINT_UINT table, it is when a table consists of 2
1/25/11
Jak Sprats
,
Didier Spezia
3
1/24/11
feedback on commands to CAP relational table sizes
Hi Didier, thanks for the feedback, it helps, I am still working on this idea and the syntax. It is a
unread,
feedback on commands to CAP relational table sizes
Hi Didier, thanks for the feedback, it helps, I am still working on this idea and the syntax. It is a
1/24/11
Jak Sprats
1/20/11
massive memory optimsations
Hi, The last week I have devoted to optimising the b-trees in AlchemyDB in terms of memory usage. The
unread,
massive memory optimsations
Hi, The last week I have devoted to optimising the b-trees in AlchemyDB in terms of memory usage. The
1/20/11
Jak Sprats
1/14/11
how to call LUA per inserted row
Hi All, I needed to put a per FK cap on a table .... (eg I needed to limit the number of entries a
unread,
how to call LUA per inserted row
Hi All, I needed to put a per FK cap on a table .... (eg I needed to limit the number of entries a
1/14/11
Jak Sprats
1/11/11
Multiple Column ORDER BYs now supported
Hi All, I added Multiple Column ORDER BYs to AlchemyDB, so the following queries are possible: SELECT
unread,
Multiple Column ORDER BYs now supported
Hi All, I added Multiple Column ORDER BYs to AlchemyDB, so the following queries are possible: SELECT
1/11/11
Jak Sprats
,
David Yu
3
1/4/11
extended where clause functionality
AlchemyDB does not support rollbacks and will not (it would require MVCC and the performance overhead
unread,
extended where clause functionality
AlchemyDB does not support rollbacks and will not (it would require MVCC and the performance overhead
1/4/11
Jak Sprats
1/3/11
C# client
hey all, just an update, Aaron Boxer wrote a C# client for AlchemyDB: http://bit.ly/gz1MzL It is a
unread,
C# client
hey all, just an update, Aaron Boxer wrote a C# client for AlchemyDB: http://bit.ly/gz1MzL It is a
1/3/11
Jak Sprats
12/23/10
Python client
Hi All, a new Python client, I made this in about 3-4 hours, so its not great, but it opens up python
unread,
Python client
Hi All, a new Python client, I made this in about 3-4 hours, so its not great, but it opens up python
12/23/10
Jak Sprats
12/20/10
Java Client for AlchemyDB
HI All, Java Client for AlchemyDB https://github.com/JakSprats/jedis Forked xetorthio/jedis, worked
unread,
Java Client for AlchemyDB
HI All, Java Client for AlchemyDB https://github.com/JakSprats/jedis Forked xetorthio/jedis, worked
12/20/10
Jak Sprats
12/19/10
"tax" AlchemyDatabase pays when virtualised
https://gist.github.com/747697 This test is not that conclusive, but its a start to test how much of
unread,
"tax" AlchemyDatabase pays when virtualised
https://gist.github.com/747697 This test is not that conclusive, but its a start to test how much of
12/19/10
Jak Sprats
2
12/19/10
mini release 0.1.4
bumped to 0.1.5 http://code.google.com/p/alchemydatabase/downloads/detail?name=AlchemyDatabase-0.1.5.
unread,
mini release 0.1.4
bumped to 0.1.5 http://code.google.com/p/alchemydatabase/downloads/detail?name=AlchemyDatabase-0.1.5.
12/19/10
Jak Sprats
4
12/16/10
Alchemy speed in the cloud
2 INSTANCES "Basic 64-bit Amazon Linux AMI 1.0 " Large mq.large 7.5GB Security Grop must
unread,
Alchemy speed in the cloud
2 INSTANCES "Basic 64-bit Amazon Linux AMI 1.0 " Large mq.large 7.5GB Security Grop must
12/16/10
Jak Sprats
12/16/10
updates can now perform simple expressions
checked into github yesterday. it is not possible to perform SIMPLE expressions on columns during
unread,
updates can now perform simple expressions
checked into github yesterday. it is not possible to perform SIMPLE expressions on columns during
12/16/10
Jak Sprats
3
12/15/10
cursors in Alchemy
in bash function large_update() { if [ -z "$4" ]; then echo "Usage: large_update
unread,
cursors in Alchemy
in bash function large_update() { if [ -z "$4" ]; then echo "Usage: large_update
12/15/10
Jak Sprats
2
12/14/10
Hybrid data structure proposal
Hi all, on the hybrid Btree topic, I just checked in a simple hybridization approach Each Btree (in
unread,
Hybrid data structure proposal
Hi all, on the hybrid Btree topic, I just checked in a simple hybridization approach Each Btree (in
12/14/10
Jak Sprats
12/10/10
mini release AlchemyDatabase-0.1.3
Hi All, I have been bug hunting, optimising, running valgrind w/ ever more options etc.... So, a mini
unread,
mini release AlchemyDatabase-0.1.3
Hi All, I have been bug hunting, optimising, running valgrind w/ ever more options etc.... So, a mini
12/10/10
Jak Sprats
12/9/10
simple non relational index example
Hi I wrote up a very simple example of how to use Alchemy DB's non- relational indexes using
unread,
simple non relational index example
Hi I wrote up a very simple example of how to use Alchemy DB's non- relational indexes using
12/9/10
minkymorgan
,
Jak Sprats
3
12/6/10
GAWK as an Alchemy client.
Yeah, after I wrote this I dug a little deeper and have to agree with you there. Not trivial. I'm
unread,
GAWK as an Alchemy client.
Yeah, after I wrote this I dug a little deeper and have to agree with you there. Not trivial. I'm
12/6/10
Jak Sprats
12/4/10
small syntax changes
I already documented a slight syntax change in ".LIMIT n OFFSET m" here: http://groups.
unread,
small syntax changes
I already documented a slight syntax change in ".LIMIT n OFFSET m" here: http://groups.
12/4/10