![]() | |
![]() |
| | Thread Tools | Display Modes |
#51
| |||
| |||
|
|
I have a website that will be looking at the subscriber database. The production database will have multiple tables that will need to be combined together and put into the subscriber database as a single table. What I am hoping to do is reduce time for the website to query the databases from the subsciber. The website will look at the subscriber database and have a simple SELECT statement to grab the data. The replication, publisher, will have the complex query when it transfers the data to the subscriber, meaning the INNER JOINS, GROUP BYs, etc... So the thought was taking a view and transfering the data into a table. Think of it like the publisher database has 3 tables that are joined. I want to combine these tables and place them into the subscriber database. That way my website doesn't have to do the Inner Join part when users view the data. Yes this is simple and it shouldn't have too much of an impact on speed, but I have way more complex Inner Joins that I will be using that will slow down website viewing. |
#52
| |||
| |||
|
|
I have a website that will be looking at the subscriber database. The production database will have multiple tables that will need to be combined together and put into the subscriber database as a single table. What I am hoping to do is reduce time for the website to query the databases from the subsciber. The website will look at the subscriber database and have a simple SELECT statement to grab the data. The replication, publisher, will have the complex query when it transfers the data to the subscriber, meaning the INNER JOINS, GROUP BYs, etc... So the thought was taking a view and transfering the data into a table. Think of it like the publisher database has 3 tables that are joined. I want to combine these tables and place them into the subscriber database. That way my website doesn't have to do the Inner Join part when users view the data. Yes this is simple and it shouldn't have too much of an impact on speed, but I have way more complex Inner Joins that I will be using that will slow down website viewing. |
#53
| |||
| |||
|
|
I have a website that will be looking at the subscriber database. The production database will have multiple tables that will need to be combined together and put into the subscriber database as a single table. What I am hoping to do is reduce time for the website to query the databases from the subsciber. The website will look at the subscriber database and have a simple SELECT statement to grab the data. The replication, publisher, will have the complex query when it transfers the data to the subscriber, meaning the INNER JOINS, GROUP BYs, etc... So the thought was taking a view and transfering the data into a table. Think of it like the publisher database has 3 tables that are joined. I want to combine these tables and place them into the subscriber database. That way my website doesn't have to do the Inner Join part when users view the data. Yes this is simple and it shouldn't have too much of an impact on speed, but I have way more complex Inner Joins that I will be using that will slow down website viewing. |
#54
| |||
| |||
|
|
I have a website that will be looking at the subscriber database. The production database will have multiple tables that will need to be combined together and put into the subscriber database as a single table. What I am hoping to do is reduce time for the website to query the databases from the subsciber. The website will look at the subscriber database and have a simple SELECT statement to grab the data. The replication, publisher, will have the complex query when it transfers the data to the subscriber, meaning the INNER JOINS, GROUP BYs, etc... So the thought was taking a view and transfering the data into a table. Think of it like the publisher database has 3 tables that are joined. I want to combine these tables and place them into the subscriber database. That way my website doesn't have to do the Inner Join part when users view the data. Yes this is simple and it shouldn't have too much of an impact on speed, but I have way more complex Inner Joins that I will be using that will slow down website viewing. |
#55
| |||
| |||
|
|
I have a website that will be looking at the subscriber database. The production database will have multiple tables that will need to be combined together and put into the subscriber database as a single table. What I am hoping to do is reduce time for the website to query the databases from the subsciber. The website will look at the subscriber database and have a simple SELECT statement to grab the data. The replication, publisher, will have the complex query when it transfers the data to the subscriber, meaning the INNER JOINS, GROUP BYs, etc... So the thought was taking a view and transfering the data into a table. Think of it like the publisher database has 3 tables that are joined. I want to combine these tables and place them into the subscriber database. That way my website doesn't have to do the Inner Join part when users view the data. Yes this is simple and it shouldn't have too much of an impact on speed, but I have way more complex Inner Joins that I will be using that will slow down website viewing. |
![]() |
| Thread Tools | |
| Display Modes | |
| |