Skip to content

Commit

Permalink
Added info for qprof TEST_MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
mail4umar authored Apr 1, 2024
1 parent d938f11 commit 45af501
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,28 @@ Then re-install it.

Note: For your changes to take effect, you must refresh the kernel after the new installation.

## Using No-code user interface for QueryProfiler [Beta version]

This allows the user to build the image locally and try out the no-code interface. This includes

- Connection Page
- QueryProfiler Interface

To get started build the image locally using:

```
TEST_MODE=YES make verticapylab-start
```

After that you can use the Connect tile to connect to your Vertica server.

But if you need to test something locally, you can install and start up a local image of Vertica CE using:

```
make veritca-start
```


## Vertica CE Container

1. To create and start a new Vertica database:
Expand Down

0 comments on commit 45af501

Please sign in to comment.