Search found 67 matches

by jmpoure
Thu Jan 03, 2008 7:18 pm
Forum: [3.0/Olympus] New features discussion
Topic: [Please read]Cut down the memory consumption and CPU load
Replies: 14
Views: 45250

Re: [Please read]Cut down the memory consumption and CPU load

Performance : good If you want good performance, choose Linux + postrgeSQL. On my server, PhpBB 3.0 performs very well with 200 users simultaneously. I mean it gives instant results. Memory usage : High My server uses 1,5 Gb of memory (Apache+PostgreSQL) to manage 200 simultaneous users. Some tricks...
by jmpoure
Fri Nov 16, 2007 2:34 pm
Forum: [3.0/Olympus] New features discussion
Topic: PostgreSQL Fulltext Search
Replies: 40
Views: 267508

Re: PostgreSQL Fulltext Search

Thank you wagnerch for your detailed answer.

This is a very clean patch.
Only a class and a few SQL entries.

I will try to port your patch to PostgreSQL 8.3 integrated full-text engine.
Will report back soon. I hope that we can stay in touch.

Very kind regards,
Jean-Michel
by jmpoure
Thu Nov 15, 2007 11:12 am
Forum: [3.0/Olympus] New features discussion
Topic: PostgreSQL Fulltext Search
Replies: 40
Views: 267508

Re: PostgreSQL Fulltext Search

Dear friends, My PhpBB 2.x website has 400.000 messages with PostrgeSQL database. Can you confirm that I can use full-text support. Just three questions : * tsearch2 is now fully supported by PhpBB3.x installer, right ? * Does your MOD work with PostgreSQL 8.3 beta ? It seems even more easy to use a...
by jmpoure
Sun Mar 11, 2007 7:13 pm
Forum: [3.0/Olympus] New features discussion
Topic: Full text search engine for PhpBB 3.x / PostgreSQL
Replies: 8
Views: 12330

Re: Full text search engine for PhpBB 3.x / PostgreSQL

Wonderful. So adding PostgreSQL full-text engine should be easy.
by jmpoure
Sun Mar 11, 2007 11:31 am
Forum: [3.0/Olympus] New features discussion
Topic: Full text search engine for PhpBB 3.x / PostgreSQL
Replies: 8
Views: 12330

Re: Full text search engine for PhpBB 3.x / PostgreSQL

paulus wrote: Mysql fulltext is included in phpBB3 package :)


So it is only a matter of providing a patch to support PostgreSQL TSeach2 engine.
Does PHPBB 3.x still parses the text of messages to fill-up a word table, even under MySQL?
by jmpoure
Sun Mar 11, 2007 11:23 am
Forum: [3.0/Olympus] New features discussion
Topic: Full text search engine for PhpBB 3.x / PostgreSQL
Replies: 8
Views: 12330

Re: Full text search engine for PhpBB 3.x / PostgreSQL

As Acyd Burn told you on phpbb.com, you are free to write this as a mod for the software :) Thanks. I will. But in my opinion, such a MOD is not a plug-in, it is an absolute requirement. Especially when hosting PhpBB on shared server. Where can I find MySQL full-text mod? I may modify this MOD, con...
by jmpoure
Sun Mar 11, 2007 10:28 am
Forum: [3.0/Olympus] New features discussion
Topic: Full text search engine for PhpBB 3.x / PostgreSQL
Replies: 8
Views: 12330

Full text search engine for PhpBB 3.x / PostgreSQL

Dear friends, I am glad I finaly found the main forum for PhpBB 3.x development. I am quite impressed by PhpBB 3.x and I would like to thank you all for your time and efforts. Someone wrote me about a Full-text plug-in for MySQL. I would like to write the same for PostgreSQL full-text engine. In my ...