mysql-live-select icon indicating copy to clipboard operation
mysql-live-select copied to clipboard

Clarification about architecture, etc

Open roynasser opened this issue 10 years ago • 1 comments

Hi, this sounds like an interesting project...

I'm wondering a few things, maybe you can help...

  • is this production ready? (I see its under development still, but any use in production?)
  • what is the topoloy exactly? does this go together with a mysql server? how would one scale this? or is it just a "connector" on a mysql master, and then this can be served out?

Thanks!

roynasser avatar Mar 05 '15 16:03 roynasser

I would say that more testing is probably needed to call this "production ready."

No load tests have been performed yet to determine memory usage (and/or leaking) or response time statistics. I have not actively implemented these on this project as I am working on a very similar, (yet unreleased) project for Postgres/MSSQL where I am performing these types of tests. I cannot give an exact timeframe for my ability to provide this testing to this package but it will be at least a couple of months.

The scaling question ties back into the lack of load testing. It should be theoretically possible to build a network of replicating MySQL servers that can be tapped but the efficiency is unknown at this point.

numtel avatar Mar 06 '15 07:03 numtel