a look at nosql, bigdata, and data vault with regards to transactions per second – the hype around ingestion rates, and questions around why / when you would or wouldn’t need to switch to nosql platforms to handle bigdata.
Tag Archives: Oracle
Notes on Data Vault and Teradata
in this entry i will explore the use of implementation of data vault on teradata. however, this entry is applicable to everyone in the data vault community, as it covers definitions and descriptions of primary keys, indexing, surrogate keys, natural keys, and performance and tuning.
Services To Generate ETL Load Code
how would you like to take: a) a source model, b) target model, c) cross-reference (source-to-target) spread-sheet, push it in to a service, and automatically generate target etl loading code? i’ve got a service i’m working on that does just that. i hope it’s available soon. for now, here’s some preliminary information & an example […]
OWB 11gR2 & Scripting Quirks
in case you’re following me for this, you’ve noticed that what i must be doing is generating etl code… well, you’re absolutely correct. i’m using patterns in the data vault, patterns in source system models, and patterns in code generation to generate etl code for owb. in this case, it’s omb script (tcl script) that […]
Oracle Warehouse Builder Install & Setup 11gR2
i recently setup owb for 11g r2 right after installing oracle 11g. it’s fairly smooth to do, but there are some quirks along the way, enough to drive you batty. so i thought i’d share a few hints and techniques here… (more…)
Oracle Configuration on Windows Vista…
what a pain. i’ve finally got my windows vista box up and running with oracle 11g – but it took quite a bit of fiddling with the settings. the install went great, then i tried to launch the configuration, that’s where things headed south… i learned about a couple tricks that i used to make […]
Oracle Warehouse Builder – OMB Script quirks
this is a look into tidbits of implementation for structures in omb/owb code.
Oracle XDB and Data Vault Staging
a brief look into handling xml/xsd staging data using oracle xdb technology.