• Full Text Search with Sphinx

    We had a look at Sphinx Search. This provides direct APIs to MySQL, and ODBC to other databases. Their most well-known user is Craiglist. Looks very scalable, especially if you can shard the indexes.

    By |2020-03-27T17:31:39+08:008th January, 2014|Insights|

    NUMA and database headaches

    NUMA stands for non-uniform memory access. It is a memory architecture for multiple CPU systems where some memory is local to specific CPUs, and accessing remote memory (which is local to another CPU) is slower.

    By |2020-03-27T17:33:46+08:0014th October, 2013|Insights|