rcrowley + db   57

puppetlabs/puppetdb
Next-generation storeconfigs database for Puppet. Interestingly, still backed by a relational database but only PostgreSQL, not MySQL.
puppet  cm  cmdb  db 
3 days ago by rcrowley
Edis
A persistent data structures server based on the Redis protocol using LevelDB to store data.
redis  edis  erlang  db 
december 2011 by rcrowley
Verdad
Old-school source of truth for system configuration data.
verdad  db  kv  cm  truth 
august 2011 by rcrowley
HTSQL — a database query language for the accidental programmer
Seemingly non-shit alternative to SQL. Alex Gaynor approved.
htsql  sql  db 
december 2010 by rcrowley
DBSlayer - Trac
MySQL connection pooling proxy that exposes an HTTP JSON API rather than the MySQL protocol.
mysql  db  http  json  proxy 
december 2010 by rcrowley
osmos - Project Hosting on Google Code
An Erlang implementation of on-disk sorted sets. The details of the format are undocumented but incredibly important - I've tried to build a similar API before while keeping the data files sorted on disk. The cascading writes that were necessary to keep the file ordered killed it. Now I need to learn Erlang.
osmos  erlang  db  kv  redis 
february 2010 by rcrowley
Kyoto Cabinet: a straightforward implementation of DBM
A successor to TC by the same guy in C++ that's supposedly better.
tokyocabinet  kyotocabinet  db  dbm  c++ 
january 2010 by rcrowley
fault-tolerance.png (PNG Image, 784x393 pixels)
All I want for Christmas is a SQL database with no JOINs, secondary indexes, UNIONs, views, character sets or anything else. Just exact and range primary key lookups, GROUP BY, ORDER BY, LIMIT and SQL_CALC_FOUND_ROWS.
sql  db  erlang  comic  humor 
august 2009 by rcrowley
Choosing a non-relational database; why we migrated from MySQL to MongoDB « Boxed Ice Blog
A thorough walk-through of a production MongoDB deployment and the problems they encountered moving from MySQL (until the part where he doesn't know what atomic means).
mongodb  db  mysql 
july 2009 by rcrowley
Tokyo Tyrant: network interface of Tokyo Cabinet
Please to email r@rcrowley.org if you know what the fuck lcnum and bnum actually mean in tuning a Tokyo Cabinet B+Tree database.
tokyocabinet  tokyotyrant  db  performance 
july 2009 by rcrowley
http://faemalia.net/mysqlUtils/dbmon.pl
Probably not a bad idea to start running this.
dbmon  perl  db  mysql  monitoring 
july 2009 by rcrowley
up and running with cassandra :: snax
This intrigues me: "unlike most key/value stores, you can query for ordered ranges of keys." In my messing around with Cassandra, it's Thrift Interface seemed to actively hinder doing anything like this.
cassandra  java  thrift  kv  db  dist 
july 2009 by rcrowley
Plurk Open Source - LightCloud - Distributed and persistent key value database
I could bolt libketama on the front of Net::Tyrant, or I could translate this to PHP.
lightcloud  tokyocabinet  tokyotyrant  python  kv  db  dist 
june 2009 by rcrowley
Detailed review of Tokutek storage engine | MySQL Performance Blog
TokuDB: Good at lots of INSERTs and lots of data (efficient on-disk format). Bad at UPDATEs and anything that fits completely in memory.
tokudb  mysql  db 
may 2009 by rcrowley
mySQL DBA: Walking an INNODB table Fast
Been doing about the same thing except selecting by a prefix of the binary(20) primary key.
mysql  innodb  db 
march 2009 by rcrowley
Anti-RDBMS: A list of distributed key-value stores | Richard Jones, Esq.
Good survey of the key-value storage landscape as of January 2009. Probably wrong by now. His findings mirror my own - memcachedb and perhaps Tokyo Tyrant look the best. Eventual consistency is the big open question for every use case except OpenDNS Stats.
memcachedb  tokyocabinet  tokyotyrant  lastfm  kv  db  couchdb  dynamo  cassandra  hbase 
february 2009 by rcrowley
The Freebase Blog » Blog Archive » A Brief Tour of Graphd
I've been tagging all of this kind of stuff as "db" but the line is being crossed.
freebase  graphd  db 
september 2008 by rcrowley
MySQL :: MySQL 5.0 Reference Manual :: 13.2.11 InnoDB Performance Tuning Tips
"If you can afford the loss of some of the latest committed transactions if a crash occurs, you can set the innodb_flush_log_at_trx_commit parameter to 0. InnoDB tries to flush the log once per second anyway, although the flush is not guaranteed."

Oh lord, help me.
innodb  mysql  performance  db 
september 2008 by rcrowley
Useful MySQL Stuff
The Cacti monitoring stuff could make me happy.
cacti  mysql  monitoring  db 
september 2008 by rcrowley
Justin Vincent - Channels
David's favorite database wrapper
php  db  mysql  sql 
july 2008 by rcrowley
Applied Partitioning And Scaling Your Database System Presentation
I had to upload this to look at it. Good stuff on making MySQL play nicely with large tables.
mysql  db 
may 2008 by rcrowley
MySQL++
Probably overkill but result sets as std::vector may be too tempting to resist.
mysql  mysql++  c  c++  api  db 
may 2008 by rcrowley

Copy this bookmark:



description:


tags: