Monday, July 10, 2017

Testing MariaDB ColumnStore on Windows Using Hyper-V

DZone Database Zone
Testing MariaDB ColumnStore on Windows Using Hyper-V

Hyper-V is the native virtualization technology contained within Windows 10 Professional (and Windows Server and Windows 8 Pro). Using Hyper-V to create one or more virtual machines running Linux, it is possible to run and test multiple types of MariaDB ColumnStore deployments on a single Windows machine.

Networking

Hyper-V provides very flexible and powerful software defined networking. However, some of this power is not available within the graphical Hyper-V Manager application and requires the use of PowerShell commands. The following procedure will enable a functional network that offers to each Linux VM:

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...