Tomas Talius
Microsoft
Network
Latest external collaboration on country level. Dive into details by clicking on the dots.
Publication
Featured researches published by Tomas Talius.
international conference on data engineering | 2011
Philip A. Bernstein; Istvan Cseri; Nishant V. Dani; Nigel R. Ellis; Ajay Kalhan; Gopal Kakivaya; David B. Lomet; Ramesh Manne; Lev Novik; Tomas Talius
Cloud SQL Server is a relational database system designed to scale-out to cloud computing workloads. It uses Microsoft SQL Server as its core. To scale out, it uses a partitioned database on a shared-nothing system architecture. Transactions are constrained to execute on one partition, to avoid the need for two-phase commit. The database is replicated for high availability using a custom primary-copy replication scheme. It currently serves as the storage engine for Microsofts Exchange Hosted Archive and SQL Azure.
very large data bases | 2012
Tomas Talius; Robin Dhananjay Dhamankar; Andrei Dumitrache; Hanuma Kodavalla
Database backups have traditionally been used as the primary mechanism to recover from hardware and user errors. High availability solutions maintain redundant copies of data that can be used to recover from most failures except user or application errors. Database backups are neither space nor time efficient for recovering from user errors which typically occur in the recent past and affect a small portion of the database. Moreover periodic full backups impact user workload and increase storage costs. In this paper we present a scheme that can be used for both user and application error recovery starting from the current state and rewinding the database back in time using the transaction log. While we provide a consistent view of the entire database as of a point in time in the past, the actual prior versions are produced only for data that is accessed. We make the as of data accessible to arbitrary point in time queries by integrating with the database snapshot feature in Microsoft SQL Server.
Archive | 2004
Lev Novik; Tomas Talius; Yunxin Wu; Shaoyu Zhou
Archive | 2010
Hanh Huynh Huu; Zhongwei Wu; Oliver Nicholas Seeliger; Shankar Pal; Christian Rober; Bruno H. M. Denuit; Lev Novik; Nigel R. Ellis; Tomas Talius
Archive | 2010
Bruno H. M. Denuit; Tomas Talius
Archive | 2006
Muhunthan Sivapragasam; Don Cao; Irena Hudis; Lev Novik; Tomas Talius; Vivek Jawahir Jhaveri; Yunxin Wu; Ann Tang
Archive | 2006
Lev Novik; Michael Ray Clark; Yunxin Wu; Douglas B. Terry; Irena Hudis; Tomas Talius
Archive | 2005
Tomas Talius; Lev Novik; Yunxin Wu
Archive | 2005
Bryan MacFarlane; Ling Bao; Tomas Talius; Valeri N. Tolkov
Archive | 2012
Tomas Talius; Robin Dhananjay Dhamankar; Hanumantha Rao Kodavalla