|
su.dbms- SU.DBMS ---------------------------------------------------------------------- From : Tolik Tentser 2:5020/400 20 Aug 2002 19:14:35 To : Denis Gorbunov" Subject : Re: ответственная БД --------------------------------------------------------------------------------
Hi, Denis Gorbunov!
В чреве акулы, пойманной Mon, 19 Aug 2002 15:55:20 +0000 (UTC),
дети капитана Гранта нашли письмо на тему 'Re: ответственная БД':
> >> А чего, он (MSSQL) уже умеет с разных копов одну таблицу брать?
> >> С разных дисков - это уже само собой. А чтобы с разных компов...
>
> TT> Умеет, умеет ...
>
>Я HЕ РАСПРЕДЕЛЕHHЫЕ ЗАПРОСЫ имею ввиду.
>Ужель и такое умеет
For example, the Customers table has been partitioned across three
servers (Server1, Server2, and Server3). The distributed partitioned
view defined on Server1 is:
CREATE VIEW Customers
AS
SELECT * FROM Customers_33
UNION ALL
SELECT * FROM Server2.CustomerDB.dbo.Customers_66
UNION ALL
SELECT * FROM Server3.CustomerDB.dbo.Customers_99
This view makes the actual location of the data transparent to an
application. When a SQL statement is executed on Server1 that
references the Customers partitioned view, the application has no
visibility to where the data is located. If some of the rows required
to complete the SQL statement reside on Server2 or Server3, the
instance of SQL Server on Server1 automatically generates a
distributed query that pulls in the required rows from the other
servers. This transparency allows database administrators to
repartition tables without recoding applications. If the Customers
view is updatable, the behavior of the view is the same as a table
named Customers
Bye ...
Тенцер А.Л.
tolik@katren.nsk.ru
ICQ 15925834
--- ifmail v.2.15dev5
* Origin: AO Katren (2:5020/400)
Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /su.dbms/208043a45573.html, оценка из 5, голосов 10
|