Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perfomance Metrics? #232

Closed
ylluminate opened this issue Apr 7, 2015 · 2 comments
Closed

Perfomance Metrics? #232

ylluminate opened this issue Apr 7, 2015 · 2 comments

Comments

@ylluminate
Copy link

We've been having some consistent problems with ElasticSearch and are nearly convinced to move away from it in an effort to simplify things since we're already using PGSQL.

Does anyone have any performance metrics that are current to April 2015 for pg_search results vs the other usual options?

I've seen some interesting discussion here:

@marshall-lee
Copy link

These links are interesting and reveal some truth but anyway you should do all the benchmarks yourself against your data and with your specific queries to this data because performance is highly dependent on data characteristics. Benchmarking random reads / random writes on random data won't reveal a whole picture.

@nertzy
Copy link
Collaborator

nertzy commented May 4, 2015

Yes, when using something like ElasticSearch you have a completely different architecture with a large number of variables, not limited to:

  • how the data is distributed
  • the nature and complexity of the queries
  • hosting PostgreSQL and ElasticSearch on the same server or on a different server as the application
  • network latency
  • CPU / memory power on each machine
  • indexes
  • versions of PostgreSQL and ElasticSearch

So it's outside of the scope of this project to provide any sort of performance metrics. I'd welcome anyone to blog about any performance testing they've done for their individual use cases. It would be useful to add a wiki page outlining things like this.

@nertzy nertzy closed this as completed May 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants