Changeset 83 for liacs


Ignore:
Timestamp:
Mar 9, 2010, 1:43:35 PM (15 years ago)
Author:
Rick van der Zwet
Message:

Fixed typo's

Location:
liacs/ACA2010/presentation1
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • liacs/ACA2010/presentation1/presentation-rvdzwet.lyx

    r82 r83  
    8282
    8383\begin_layout Plain Layout
    84 Copyright 2004 by Till Tantau <tantau@users.sourceforge.net>.
     84Copyright 2004 by Till Tan tau <tantau@users.sourceforge.net>.
    8585 
    8686\end_layout
     
    128128
    129129\begin_layout Subtitle
    130 Data Morhing: An Adaptive, Cache-Conscious Storage Technique
     130Data Morphing: An Adaptive, Cache-Conscious Storage Technique
    131131\end_layout
    132132
     
    179179\end_inset
    180180
    181 Author et al.
     181Author ET al.
    182182\begin_inset Quotes erd
    183183\end_inset
     
    201201
    202202\begin_layout Date
    203 Advanced Compilers and Architecturers, 2010
     203Advanced Compilers and Architectures, 2010
    204204\begin_inset Note Note
    205205status collapsed
     
    430430
    431431\begin_layout Itemize
    432 Traditional Row Based, Space Oriended Storage
     432Traditional Row Based, Space Oriented Storage
    433433\end_layout
    434434
     
    625625
    626626\begin_layout Subsection
    627 The Approch
     627The Approach
    628628\end_layout
    629629
     
    637637group:
    638638\emph default
    639 Set of attributes that are writting to consecutive memory addresses
     639Set of attributes that are writing to consecutive memory addresses
    640640\end_layout
    641641
     
    645645partition:
    646646\emph default
    647 Set of groups that uniquely defines the position of every attrbute in a
     647Set of groups that uniquely defines the position of every attribute in a
    648648 relation
    649649\end_layout
     
    662662zone-record:
    663663\emph default
    664 defines a instance of the attrbutes in a particular group
     664defines a instance of the attributed in a particular group
    665665\end_layout
    666666
    667667\begin_layout BeginFrame
    668 The Algoritm
     668The Algorithm
    669669\end_layout
    670670
    671671\begin_layout Enumerate
    672 Calculating cache-effient storage template.
     672Calculating cache-efficient storage template.
    673673\end_layout
    674674
    675675\begin_layout Enumerate
    676 Re-organizing the data into a cache-effient organization.
     676Re-organizing the data into a cache-efficient organization.
    677677\end_layout
    678678
     
    700700
    701701\begin_layout Itemize
    702 Speed-up made, but only on specific well-defined datasets.
    703 \end_layout
    704 
    705 \begin_layout Itemize
    706 Finding a general optimalisation algoritm is hard.
     702Speed-up made, but only on specific well-defined data-sets.
     703\end_layout
     704
     705\begin_layout Itemize
     706Finding a general optimization algorithm is hard.
    707707\end_layout
    708708
  • liacs/ACA2010/presentation1/presentation-rvdzwet.tex

    r82 r83  
    5858
    5959
    60 \subtitle{Data Morhing: An Adaptive, Cache-Conscious Storage Technique}
     60\subtitle{Data Morphing: An Adaptive, Cache-Conscious Storage Technique}
    6161
    6262
     
    6767
    6868
    69 \date[ACA2010]{Advanced Compilers and Architecturers, 2010}
     69\date[ACA2010]{Advanced Compilers and Architectures, 2010}
    7070
    7171\makebeamertitle
     
    101101\framesubtitle{The Order Matters}
    102102\begin{itemize}
    103 \item Traditional Row Based, Space Oriended Storage
     103\item Traditional Row Based, Space Oriented Storage
    104104\item Column based, New Trend. Search Oriented Storage.
    105105\item Both has advantages and disadvantages
     
    139139\end{itemize}
    140140
    141 \lyxframeend{}\subsection{The Approch}
     141\lyxframeend{}\subsection{The Approach}
    142142
    143143
    144144\lyxframeend{}\lyxframe{Definitions}
    145145\begin{itemize}
    146 \item \emph{group: }Set of attributes that are writting to consecutive memory
     146\item \emph{group: }Set of attributes that are writing to consecutive memory
    147147addresses
    148148\item \emph{partition: }Set of groups that uniquely defines the position
    149 of every attrbute in a relation
     149of every attribute in a relation
    150150\item \emph{zone: }Area of a page where all instances of a particular group
    151151are written
    152 \item \emph{zone-record: }defines a instance of the attrbutes in a particular
     152\item \emph{zone-record: }defines a instance of the attributed in a particular
    153153group
    154154\end{itemize}
    155155
    156 \lyxframeend{}\lyxframe{The Algoritm}
     156\lyxframeend{}\lyxframe{The Algorithm}
    157157\begin{enumerate}
    158 \item Calculating cache-effient storage template.
    159 \item Re-organizing the data into a cache-effient organization.
     158\item Calculating cache-efficient storage template.
     159\item Re-organizing the data into a cache-efficient organization.
    160160
    161161\begin{enumerate}
     
    173173\lyxframeend{}\lyxframe{Conclusions and Future Work }
    174174\begin{itemize}
    175 \item Speed-up made, but only on specific well-defined datasets.
    176 \item Finding a general optimalisation algoritm is hard.
     175\item Speed-up made, but only on specific well-defined data-sets.
     176\item Finding a general optimization algorithm is hard.
    177177\item Experiments did only cover memory based databases.
    178178\end{itemize}
Note: See TracChangeset for help on using the changeset viewer.