Speed Web Access in an Access Database

Speed Web Access in an Access Database

Question:

Some users access the Microsoft Access 97 database through a Web user interface and others directly to the MDB file. Will it speed Web access if I create a linked database that has all of my objects (other than tables) and is linked to the “data-only” or “back-end” database (with no objects except tables to be accessed via the Web UI)? Or does it not matter since the Web UI is calling the table data directly? Will a linked database help if I happen to be accessing data at the same time a Web user is?

WEB----DB1(Tables only)---DB2(Objects)

Answer:

Splitting the Access database will not improve performance. If anything, it might cause performance degradation if both databases are open and being used simultaneously. Remember that Access databases never were optimized for multi-user applications. They can get by, but Web performance will never be optimal while read/writing with an Access database at run time.

You do have an option, however. You can achieve very good performance if you anticipate what is the bulk of the data that will be requested by user pages in your application and load that data into an object at run time. Because the object exists in RAM, you will be loading your data into RAM, eliminating a lot disk (database) access and increasing speed dramatically. A couple of objects that you could use to load the data include Dictionary objects, recordset objects, and simple arrays. Arrays may be the fastest since they will bring the least overhead, but they may be a bit more difficult to work with. You will load (read from the database into the storage object) this data when the application starts up. It will take a little longer to start, but the runtime performance will be excellent.

Share the Post:
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

ransomware cyber attack

Why Is Ransomware Such a Major Threat?

One of the most significant cyber threats faced by modern organizations is a ransomware attack. Ransomware attacks have grown in both sophistication and frequency over the past few years, forcing

data dictionary

Tools You Need to Make a Data Dictionary

Data dictionaries are crucial for organizations of all sizes that deal with large amounts of data. they are centralized repositories of all the data in organizations, including metadata such as