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

Spike for multi-db support using merge replication #103

Closed
weralabaj opened this issue Nov 23, 2015 · 5 comments
Closed

Spike for multi-db support using merge replication #103

weralabaj opened this issue Nov 23, 2015 · 5 comments

Comments

@weralabaj
Copy link
Contributor

Connects to #100

Goal:
Use merge replication to provide multi-database support for SqlTransport.

https://msdn.microsoft.com/en-us/library/ms152746.aspx
https://technet.microsoft.com/en-us/library/ms151819(v=sql.105).aspx

Expected outcomes:

  • Easier configuration for SqlTransport
  • Safer connection management (connections shared for reading, not writing to another db)
  • Making transport less smart than it is now (smart transports caused us trouble already)
  • Works with SC and is backwards compatible (v1, v2)
  • If necessary, define what tools we'd need to provide (e.g. scripts, docos, etc.)

Timebox:
(days, people-days, deadline for presenting results?)
How about let's meet next Monday and see what we got by then?

@weralabaj
Copy link
Contributor Author

//cc: @tmasternak @SzymonPobiega @andreasohlund @mauroservienti Feel free to clarify if I forgot sth.

@johnsimons
Copy link
Member

I have just watched the meeting regarding this and I wonder if we jumping too quickly to a solution ?

@weralabaj
Copy link
Contributor Author

@johnsimons Do you have some alternatives in mind? I thought that this suggestion is based on previous discussions (e.g. from Budapest), so seemed like it's well thought ;)
Either way, please share your thoughts!

@tmasternak
Copy link
Member

I think we can close this. Merge replication will not suit our goals as it does not have a transactional behavior. The synchronization between db's is performed is scheduled by external agent. /cc: @mauroservienti @weralabaj

@mauroservienti
Copy link
Member

agree to close

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

4 participants