Questions tagged [staging]

Staging is the process of deploying to an intermediate, usually internal, repository so that deployed artifacts can be tested and later promoted to higher levels so that they can finally be release to public repositories

Staging, when it comes to Data warehousing

The Data Warehouse Staging Area is temporary location where data from source systems is copied. A staging area is mainly required in a Data Warehousing Architecture for timing reasons. In short, all required data must be available before data can be integrated into the Data Warehouse.

Due to varying business cycles, data processing cycles, hardware and network resource limitations and geographical factors, it is not feasible to extract all the data from all Operational data sources at exactly the same time.

For example, it might be reasonable to extract sales data on a daily basis, however, daily extracts might not be suitable for financial data that requires a month-end reconciliation process.

Data in the Data Warehouse can be either persistent (i.e. remains around for a long period) or transient (i.e. only remains around temporarily).

Not all business require a Data Warehouse Staging Area. For many businesses it is feasible to use ETL to copy data directly from operational databases into the Data Warehouse.

Links

530 questions
-2
votes
1 answer

In general what's the difference in dev. vs staging part of website?

What's code wise the difference between dev and staging fase of a website? I mean dev <-> live, than live all code is clean/minimized, right? Any info, real life "code" part examples?
alex
  • 4,804
  • 14
  • 51
  • 86
-2
votes
1 answer

Page updates not reflect on staging tasks list in Kentico

Any ideas why small changes on a page like a field value or attachment did not appear on staging tasks list? Pages on dev and live have same GUID and alias. No workflow enabled on the site. Staging works well for new page, partly for old pages,…
-2
votes
1 answer

Git staging and snapshots

I recently forgot to pull the most recent version of my remote to my local before I made a commit. No big deal I'll just stash my changes then pull from remote. This resulted in a conflict with one of the files, and I also noticed that many other…
Boo
  • 377
  • 6
  • 18
-2
votes
1 answer

SSIS - Import from CSV to Staging Table

I am new to SSIS, I want to import some data from CSV and put it in the staging table. Can anyone help me and send a step by step procedure. I have spent a whole day on it and couldn't understand the concept of staging table. Your help will be…
Kazmi
  • 33
  • 1
  • 1
  • 7
-4
votes
2 answers

What's the purpose behind Git's staging area?

I have read many answers to this seemingly age-old question. But I have my own understanding and wanted to know if my understanding is correct or not. Imagine I have a HTML, JS, CSS files I am working on. And in my next big release, my website will…
Baba.S
  • 324
  • 2
  • 14
1 2 3
35
36