|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Powerful search engine / SQL / mySQL
hi there
I want to implement a powerful search engine for a tool. The point is, that there will be a lot of data in the future. Therefore I need to implement already now a clever search engine. What are the rules, where can I find good examples? I will use mySQL as the database (version 4.x). And for sure I will integrate a db abstraction layer. But what about the database? Do you know good examples for database conecepts, which use the full power of the mySQL database? Thank you for your help. |
|
#2
|
|||
|
|||
|
RE: Powerful search engine / SQL / mySQL
hm.. you will probably want a FULLTEXT search. so, you can use db apstraction since not all database servers have it, or implement it in different ways..
about mysql FULLTEXT search, see http://www.mysql.com/doc/en/Fulltext_Search.html |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > Powerful search engine / SQL / mySQL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|