Importance of DataBlades

Importance of DataBlades

Question:
Why are DataBlades so important, as opposed to building application logic separate from the database?

Answer:
Though at first glance it appears that DataBlades and application logic operate similarly, DataBlades are not “application logic.”

When I speak of “application logic” I mean statements such as

“select a from b where conditions

if not found thendo somethingelsedo something else with aend if”

This type of code is written into your application and determines the functionality and features of the application. Triggers and stored procedures, written with a special language structure called “Stored Procedure Language” (SPL), can be used to enhance and/or standardize processing functions within these applications. While triggers and stored procedures are stored within a database, they are not to be considered a DataBlade. Nor should a DataBlade be considered a stored procedure.

A DataBlade is a separate application used by the Informix Universal Server or the Illustra Server engine to provide additional data elements, or to manipulate data elements, that cannot be done easily using traditional application languages. Think of them as massive and sophisticated shared libraries such as those used in the C and C++ languages. An application can use the functionality provided by the DataBlade to manipulate image data for example, much like a C program uses the appropriate library to output text via the “printf” command. That is as close as DataBlades come to being actual “application logic.”

I must admit that my experience with DataBlades is limited to the Web Blade. My understanding, though, is that Blades you purchase from Informix or a third-party vendor are read-only, so you cannot embed application-specific logic into them like you can with a stored procedure. You can create your own Blades using the Informix DataBlade Developers Toolkit and imbed general application rules that would be appropriate for your enterprise, but I think it would be much faster and easier to maintain, if you used stored procedures instead.

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several

data fivetran pricing

Fivetran Pricing Explained

One of the biggest trends of the 21st century is the massive surge in analytics. Analytics is the process of utilizing data to drive future decision-making. With so much of

kubernetes logging

Kubernetes Logging: What You Need to Know

Kubernetes from Google is one of the most popular open-source and free container management solutions made to make managing and deploying applications easier. It has a solid architecture that makes