jcollado / es-vs-pg

Elasticsearch vs PosgreSQL full-text search performance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elasticsearch vs. PostgreSQL

This repository contains a small script to compare Elasticsearch vs. PostgreSQL full-text search performance.

The script runs as follows:

  • Generate random records and queries
  • Insert/Index records in database
  • Run queries

In the log output of the script it will be displayed the time it took to insert/index the records and the time it took to run the queries.

About

Elasticsearch vs PosgreSQL full-text search performance


Languages

Language:Python 100.0%