Migration Oracle Database to Oracle Cloud (TPC-H Data)

In this post, we migrate 128 GB TPC-H Data to Oracle Cloud (Autonomous Database types; ATP and ADW). Our goal is to show you how you can reproduce this test and migrate your On-Prem Oracle database to the mighty Oracle Cloud. We assume you are skilled enough to create...

Deploy Tibero with Docker

Pull the image directly from Docker Hub. You can have a Tibero database ready-to-use in just 2 minutes. docker pull danimoya/tibero docker run -h tibero7 -it danimoya/tibero# ORdocker run -h tibero7 -dt danimoya/tibero docker exec -it <container_id> bash Already...

Testing Tibero Database on your own

For the ones that does not know about Tibero or TmaxSoft, here the main websites to  know and information: Official Website: https://www.tmaxsoft.com/products/tibero/ Support Website: https://support.tmaxsoft.com/ Software Download6-Months demo...

Predicate Filtering – In Action

What is Predicate Filtering? It is the ability to skip reading unnecessary data at storage level from a data set. Easy description: It filters the WHERE of your SELECT at Storage Level, so it does NOT need to load the full data set into RAM to filter rows or columns....