02.16.08 - 12:16am
There’s a new crop of databases that has appeared lately, under the rubric of “document databases”, and there’s quite a lot of enthusiasm for them given that they tend to be slow and very feature-poor compared to the SQL RDBMSs that are the typical persistence mechanism for web applications. What’s mainly appealing about them is […]
Category: gfs, nfs, oracle, postgresql, sql, architecture, servers, databases, Uncategorized | Tags: | Be the First to Comment »
09.22.07 - 11:47pm
acts-as-tsearch is pretty cool, except for the fact that it uses Ruby (app layer) instead of PL/pgSQL (DB layer) to update the tsvectors that are indexed for full text search. That means that fixture data gets inserted without being full text indexed. D’oh!
Here’s some code that changes that.
Category: ruby, ruby on rails, postgresql, sql, Uncategorized | Tags: | Be the First to Comment »