Happy Valentina Day 2015: Save 50% on OEM Valentina Developer Network

Valentine's Day 2015: VDN
Valentine’s Day 2015 is here, and we are celebrating with a special 50% off VDN (Valentina Developer Network) and deploy OEM’d Valentina Server (DB AND Reports) to your customers royalty free! Ends 2/16/2015. Continue reading Happy Valentina Day 2015: Save 50% on OEM Valentina Developer Network

Buy Omegabundle for Xojo 2014 & Save on Valentina Developer Network

Omegabundle for Xojo 2014 Save 25% on VDN
Paradigma Software is offering a 25% limited time discount for Valentina Developer Network to Omegabundle for Xojo buyers. Continue reading Buy Omegabundle for Xojo 2014 & Save on Valentina Developer Network

Valentina Release 5.7.1 Improves ODBC, Upgrades SQLite Support

valentina_5.71s
Valentina Release 5.7.1 is now available. Updates to Valentina Studio and Studio Pro, Valentina C++ ADK and Valentina Server. Continue reading Valentina Release 5.7.1 Improves ODBC, Upgrades SQLite Support

Valentina 5.7 Delivers Access Control for Valentina Server

Valentina 5.7 Released

Valentina Technology Release 5.7 products, including Valentina Server 5.7 and Valentina Studio Pro 5.7 are now available for download from the Paradigma Software website. Continue reading Valentina 5.7 Delivers Access Control for Valentina Server

More Connections for Valentina Server Sale

Valentina Server Sale
Valentina Server is both a powerful business reports server for MySQL, PostgreSQL, MS SQL Server and Valentina DB as well as its own object-relational, ultra fast database server. From now until November 1, 2014, save up to $500 on more connections capacity on this enterprise class server – that’s more connects, no added cost! Continue reading More Connections for Valentina Server Sale

v5.6 Builds Index of String/VarChar field in 10-15 times faster!

Bench Description

Prepare Steps

  • We have table T1 with field String[120] or VarChar.
  • We add 1 million records with unique values using METHOD( ‘concat( rand_string(80), RecID’ ) ) 

 So we get table with one only field, 1 millions records, values are about 80-90 chars length.

Benches

  • Build index for this field.

Continue reading v5.6 Builds Index of String/VarChar field in 10-15 times faster!

[NEW] Generating Test/Bench Data for Data Focused Apps (Part 2)

We have implement Stored Procedure ‘GenerateDataFor()’, which solves the task described in the part1 of this article.

We have added into Valentina Wiki new section, where we will keep this and future other Stored Procedures By Paradigma Software.

On this page you can find link to WIKI page, which describes GenerateDataFor() procedure and contains download link.