Skip to content

Commit 8753157

Browse files
committed
OpenFTS vs Tsearch2 comment
1 parent d702313 commit 8753157

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

contrib/tsearch2/README.tsearch2

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,18 @@ Tsearch2 - full text search extension for PostgreSQL
3131
* specify the parser used to process a document.
3232

3333
See [11]Documentation Roadmap for links to documentation.
34-
34+
35+
OpenFTS vs Tsearch2
36+
37+
OpenFTS is a middleware between application and database, so it uses
38+
tsearch2 as a storage, while database engine is used as a query executor
39+
(searching). Everything else (parsing of documents, query processing,
40+
linguistics) carry outs on client side. That's why OpenFTS has its own
41+
configuration table (fts_conf) and works with its own set of dictionaries.
42+
OpenFTS is more flexible, because it could be used in multi-server
43+
architecture with separated machines for repository of documents
44+
(documents could be stored in file system), database and query engine.
45+
3546
Authors
3647

3748
* Oleg Bartunov <oleg@sai.msu.su>, Moscow, Moscow University, Russia

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy