Initial Release
Columnar and row storages comparation based on a Python project developed using Jupyter Notebook connected using the official library to IRIS.
You can find more in-depth information in https://learning.intersystems.com.
Build the image we will use during the workshop:
$ git clone https://github.com/intersystems-ib/workshop-py-columnar
$ cd workshop-py-columnar
$ docker-compose build
The main purpose of this example is to test the performance of different storage types (columnar or row) that InterSystems IRIS provides connecting it using Python libraries from a Jupyter Notebook project.
docker-compose build
docker-compose up -d
Automatically an IRIS instance will be deployed, a Jupyter Notebook is deployed under (http://localhost:8888) too.
superuser
/ SYS
account.Test
This project is devolped in Python using Jupyter Notebook, you can access to it from here and open PerformanceTests.ipnyb file.
You can test the project step by step or execute it at one time, feel free.