Zedfox Technologies Blog

Menu

Skip to content
  • Home
  • Blog

Tag Archives: sqlite

Full Text Search with MongoDB, MySQL and SQLite – Part 2

Posted on October 3, 2017 by zf

Part 2 of Full Text Search with MongoDB, MySQL and SQLite This article covers full text search in 3 databases – MongoDB, MySQL and SQLite. In previous article of Full Text Search with MongoDB, MySQL and SQLite – Part 1, loading data into tables and creating full text indexes. Our search requirements are: How many […]

Full Text Search with MongoDB, MySQL and SQLite – Part 2

Full Text Search with MongoDB, MySQL and SQLite – Part 1

Posted on October 3, 2017 by zf

Part 1 of Full Text Search with MongoDB, MySQL and SQLite This article covers the installation of the 3 databases – MongoDB, MySQL and SQLite. Following that, we will cover how to load data and create full text indexes used for full text search. Full Text SEarch with MongoDB, MySQL and SQLite – Part 2 […]

Full Text Search with MongoDB, MySQL and SQLite – Part 1