Re: [SMW-devel] Using a cron Job to save Semantic Properties

2012-03-30 Thread Jeroen De Dauw
Hey, Both Memcache and APC can run in parallel so we might also consider using both Installing APC gives you a performance boost, even if the app does not really do effort to take care of the cache. I'm for a cache-type agnostic approach, ie one where you just cache things wherever they should

Re: [SMW-devel] Using a cron Job to save Semantic Properties

2012-03-30 Thread Niklas Laxström
On 30 March 2012 17:36, Jeroen De Dauw jeroended...@gmail.com wrote: Both Memcache and APC can run in parallel so we might also consider using both Installing APC gives you a performance boost, even if the app does not really do effort to take care of the cache. Agreed. Installing APC is

Re: [SMW-devel] Using a cron Job to save Semantic Properties

2012-03-30 Thread nischay nahata
On Fri, Mar 30, 2012 at 10:24 PM, Jeroen De Dauw jeroended...@gmail.comwrote: Yeah, definitely, I actually said this in one of my earlier mails, and did not mean to push SMWs special pages as high priority. I simply think they are a good place to start (if you still need to learn this stuff),

[SMW-devel] Using a cron Job to save Semantic Properties

2012-03-29 Thread nischay nahata
Hi, I saw the SQL queries on SMW tables that run when a page is edited by logging it on a file. Every time a page is saved after editing we write many things to the database. This leads to low performance on the user side, Markus suggested that before we run any queries we should check that if we

Re: [SMW-devel] Using a cron Job to save Semantic Properties

2012-03-29 Thread Jeroen De Dauw
Hey Nischay, Great you are looking into this. Someone really ought to look at the performance stuff, since there is a lot of low hanging fruit there for SMW :) However, I think this still leads to slow performance because we will still be parsing the page for SMW properties every time. The