Tagged Questions
The oltp tag has no wiki summary.
6
votes
4answers
905 views
Which NoSQL DB is best fitted for OLTP financial systems?
We're designing an OLTP financial system. it should be able to support 10.000 transactions per second and have reporting features.
So we have come to the idea of using:
a NoSQL DB as our main ...
4
votes
15answers
744 views
GUIDs as Primary Keys - Offline OLTP
We are working on designing an application that is typically OLTP (think: purchasing system). However, this one in particular has the need that some users will be offline, so they need to be able to ...
3
votes
6answers
3k views
Transforming OLTP Relational Database to Data Warehousing Model
What are the common design approaches taken in loading data from a typical Entity-Relationship OLTP database model into a Kimball star schema Data Warehouse/Marts model?
Do you use a staging area to ...
2
votes
2answers
298 views
What is database throughput?
Well, not much to ask apart from the question. What do you mean when you say a OLTP DB must have a high throughput.
Going to the wiki.
"In communication networks, such as
Ethernet or packet ...
2
votes
3answers
349 views
Choosing a strategy for BI module
The company I work for produces a content management system (CMS) with different various add-ons for publishing, e-commerce, online printing, etc. We are now in process of adding "reporting module" ...
2
votes
5answers
659 views
SQL Server Query Execution flow
I am looking for information about how SQL Server actually handles query execution in finer details (like what data is kept in buffer/memory and how does it decide to get fresh data even if there is ...
1
vote
1answer
292 views
Make OLAP with Hadoop Hive from OLTP Mysql
I bit confuse with Hadoop hive which i read from Wiki used for make OLAP.
Now i want to make OLAP on Hive from OLTP database which use Mysql.
How i can solve this? can i use Kettle for make OLAP in ...
1
vote
2answers
284 views
How do I create a realtime copy of my SQL Server 2005 database?
I have a web app that is used on multiple continents. The underlying transaction DB is locking up when large reports are run. I want to:
make a realtime of the SQL Server 2005 database to a reports ...
1
vote
6answers
437 views
Hiring a SqlServer OLTP Specialist, What experience or requirements should I look for?
I'm running into Db performance issues with an OTLP project I'm working on. Another developer and I have reached the end of our accumulated performance knowledge and seek out an individual to join ...
0
votes
1answer
57 views
Web Caching Servers for SQL Server OLTP Env. Recommendations
I inhereted a high volume OLTP DB which I have free reign to improve as much as I find reasonably possible. The improvements already were very helpful but I want to take it to the next level. The ...
0
votes
1answer
23 views
OLAP or ALTP at reporting Tools
should I use OLAP or OLTP for reporting tools like BIRT, Jasper Report... ?
I want to build ad - hoc many documents (e.g. 1000000).
0
votes
0answers
38 views
howto model snapshot data in SQL ( using postgresql)
What is the best way to model snapshot data in sql ?
I've read many suggested approaches out there, but everything I came across seemed like either insufficient functionality or too much work to ...
0
votes
1answer
137 views
Creating OLTP system using WCF
is it good idea realize OLTP system using WCF?
System must process 5-8k request per sec.