getting started with postgres plus advanced server (3) - setting up a hot...
So, we have a ppas 94 database up and running and we have a backup server for backing up and restoring the database. Now it is time to additionally protect the database by setting up a hot standby...
View ArticleAutomate SQL Server Administration with PowerShell - How to retrieve SQL...
SQL Server Configuration Manager and SQL Server Management Studio are the main tools to administrate the components of SQL Server. They are very convenient to use and pretty complete.But as soon as...
View ArticleEMC World 2015 - Day 1 at Momentum
The first day of my first EMC World conferences and specially the ones from Momentum wich covers the Enterprise Content Division (ECD) products/solutions/strategies aso. The start was great, being in...
View ArticleVariations on 1M rows insert(2): commit write
In the previous blog post I measured the time it takes to insert 1 million rows. About 45 seconds when done row-by-row which goes down to 7 seconds when inserted in bulk. In both case, the commit was...
View ArticleVariations on 1M rows insert (1): bulk insert - PostgreSQL
When I read Franck's post about Variations on 1M rows insert (1): bulk insert I thought doing quite the same in PostgreSQL might be interesting. Lets start by using the same test tables, one using a...
View ArticleVariations on 1M rows insert(2): commit write - PostgreSQL
Franck was quite fast with his second post Variations on 1M rows insert(2): commit write. Lets see what we can do on the PostgreSQL side.
View ArticleEMC World Las Vegas – Momentum 2015 first day
Before starting talking about EMC event, I just would like to share my feeling about the city it takes place. It is Las Vegas, ok, what an amazing, impressive place! On top of that, we are in one of...
View ArticleVariations on 1M rows insert (3): TimesTen
In the previous blog post I measured how inserting 1 million rows takes 5 minutes instead of 45 seconds when we commit at each row inserted. In Oracle we can improve that down to 2 minutes if we can...
View ArticleIn-Memory OLTP: Hash and Range indexes
Since SQL Server 2014 CTP2, Microsoft has introduced a new kind of index which is the Range index. We have now two ways for indexing an In-Memory table: using either an Hash index or a Range index....
View ArticleUnderstand the Lifecycle of Alfresco Nodes
I guess you all already know what a lifecycle is. We born, we live and we die... In fact, it's exactly the same for Aflresco Nodes! Well, at least from an end user point of view. But what is really...
View ArticleWhen tempdb database may cause indirect issues
A couple of weeks ago, I had an interesting discussion with one of my friend that faced a weird issue with a SQL Server instance that lacked worker threads. Because I can’t use his own information I...
View ArticleSQL Server vNext becomes SQL Server 2016
Satya Nadella, CEO of Microsoft has announced at the Microsoft Ignite keynote in Chicago that SQL Server 2016 public preview will come this summer and you can be sure that at dbi services we’re...
View ArticleEMC World 2015 - Day 2 at Momentum
Second day in this amazing event. There are not only general and presentation sessions you can also participate on a so called "Hands-on Lab". The subject was the "EMC Documentum Platform Performance...
View ArticleEMC World Las Vegas – Momentum 2015 second day
For second day of conferences, I attended a first session about migration from Webtop to D2 or xCP. Then we attended 2 about Documentum platform performances tuning. We could see EMC actually putting...
View ArticleConcrete5 CMS
Today, a lot of CMS are existing, WordPress, Joomla, Magento, and others, in this blog I will share my experience Concrete5 through a web agency specialized based in Geneva: 8 Ways Media What...
View Articlegetting started with postgres plus advanced server (4) - setting up the...
If you followed the first, second and the third post the current ppas infrastructure consists of a primary database, a hot standby database and a backup and recovery server.
View ArticleEMC World Las Vegas – Momentum 2015 third day D2 news
This was a more day of networking with EMC partner contact and third party software editors. On the other side I attended a session about D2 news and what is comming next. EMC divided D2 enhancements...
View ArticleEMC World 2015 - Day 3 at Momentum
In this post I would like to relay some advices around the upgrade to Documentum 7.2 I have got in the session from Patrick Walsh about "What's New, what's Next: EMC Documentum Platform". With...
View Articlethe fastest way to load 1m rows in postgresql
There have been several posts on how to load 1m rows into a database in the last days: Variations on 1M rows insert (1): bulk insert Variations on 1M rows insert(2): commit write Variations on 1M rows...
View ArticleEMC World 2015 - Last day at Momentum
So Momentum is over, Philippe Schweitzer and I finished with a 4 hours hackaton session. For Philippe the subject was "Developing an EMC Documentum application with REST, AngularJS, Bootstrap, Node.js...
View Article