Jim_Knicely
Administrator
Jim_Knicely Administrator
Reactions
-
Re: Visual Studio PLUG in For Visual Studio 2017
The Vertica Client Drivers and Tools for Windows installer provides a Visual Studio plug-in which allows you to use Vertica as a Visual Studio Data Source for Visual Studio 2008, 2010, 2012, 2013, or… (View Post)1 -
Re: Loading in In active partition
In the simplest case, the ActivePartitionCount config parameter is 1 and the table's ACTIVEPARTITIONCOUNT is NULL (i.e. not set) . Then the most recently created partition is the Active one. So … (View Post)1 -
Tracking Raw Schema Size Over Time
There is no way to go back in time to see how large a schema was a day/month/year ago. But you can use the AUDIT function to get a “raw” size of a schema and track growth over time by storing the res… (View Post)1 -
Summarize the Values in a String
The built-in Text Search feature of Vertica allows you to quickly search the contents of a single CHAR, VARCHAR, LONG VARCHAR, VARBINARY, or LONG VARBINARY field within a table to locate a specific k… (View Post)1 -
Easy Development Schema Cleanup (i.e. Have Vertica Drop a Bunch of Tables for You)
On a development database I have a lot of tables in the PUBLIC schema having similar names starting with “test_”. I’d like to drop all of these tables quickly. To do that, I can have Vertica generate… (View Post)1

















