Quantcast
Channel: SQL Server Replication forum
Viewing all articles
Browse latest Browse all 4054

Best practise of replications for this scenario

$
0
0

Hi,

I want to ask for a best practise advice for such simple scenario:

We have two products table, which are related by one to many relationship:

ProductsProductAttributeByCompany
001001Company1
002001Company2
.001Company3
.002Company1
.002Company3

Now the "issue" with the partitioning (when using dinamic filter on "Company") is that the same row fromProductAttributeByCompany table goes only to one subscriber, however the same row fromProducts table goes to multiple subscribers, and therefor partitions cannot be used (At least it does not allow me, correct me if I'm wrong). So what is the best practise (performance wise) of creating replications:

a) Use one publication, but do not use partitioning

b) Use two publications: one for tables which cannot be partitioned, and another for tables which can be partitioned.

In my specific scenario I have around 90 tables which could be partitioned and 4 tables which can't


Viewing all articles
Browse latest Browse all 4054

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>