Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/homaneeg/public_html/textpattern/lib/constants.php on line 136
General error Warning: Cannot modify header information - headers already sent by (output started at /home/homaneeg/public_html/textpattern/lib/constants.php:136) on line 4706
General error Warning: Cannot modify header information - headers already sent by (output started at /home/homaneeg/public_html/textpattern/lib/constants.php:136) on line 5264
English | Page 2 | homan.ee

Author Erwin Homan

  • All column oriented tables are also made available in row oriented form by SAP HANA. This makes it possible to choose the best way to access the data: via the row store or the column store. Changes to the data require extra work to update both the row and the column store.

    Posted · Author

  • The key challenge of designing contemporary database management software: on large data sets it has to work well for both row and column oriented operations. An ERP-application requests many, simple, row oriented read and write operations: request a row, update and store it. An analytics-application requests fewer operations, mostly reading, but on larger data sets. Simplified: the traditional row oriented organization of data is well-suited for Online Transactional Processing (OLTP, like ERP). The column store suits Online Analytical Processing (OLAP, like business intelligence) much better.

    Posted · Author

  • Posted · Author

  • Posted · Author

  • Posted · Author