rcsplanet

Optimizing Feedapi

When using feedapi and making nodes out of feedapi items, this can cause quite a load on the server.

If using sql search in particular, may cause the database to be bogged down, because each feed can generate a handful to 100's of feed item nodes.

There are quite good viable alternatives to sql core search, with the use of apache solr search module, xapian, sphinx amongst others.