Home / What / "sql"

One Tag, I'll be a cloud.
-
Sphinx - Free open-source SQL full-text search engine
- saved on: 2008-02-16
- uri: http://www.sphinxsearch.com/about.html
- about: Sphinx is a standalone search engine, meant to provide fast, size-efficient and relevant fulltext search functions to other applications. Sphinx was specially designed to integrate well with SQL databases and scripting languages. Currently built-in data sources support fetching data either via direct connection to MySQL or PostgreSQL, or using XML pipe mechanism (a pipe to indexer in special XML-based format which Sphinx recognizes).
- tags:
-
gotAPI.com - quick developer reference for CSS, HTML, JavaScript, PHP, AJAX, SQL and more
- saved on: 2007-02-22
- uri: http://www.gotapi.com/
- about: ...the most comprehensive API collection on the web
- tags:
-
Improve PHP Performance by Caching Database Results | Database Change Notification
- saved on: 2006-07-07
- uri: http://www.oracle.com/technology/pub/articles/vasiliev-php-dcn.html
- about: As is well known, caching the results of database queries can dramatically improve script execution time and minimize the load on the database server. This technique can be especially effective if the data you are dealing with is quite static. This is because many data requests to a remote database may be eventually satisfied from the local cache, thus avoiding the need to make a connection to the database, execute the query, and fetch the results.
- tags: