Re: Replication/Sychronization and security



<Jan Kowalski <Tutaj wpisujesz ?wój nick>> wrote in
news:uaMj0gpnHHA.3952@xxxxxxxxxxxxxxxxxxxx:

I administrate three Access '03 DB's over a network. Performance
is slow
less because of the network and more because of how Access talks
to itself.

That is, because you've not engineered your Access application to be
efficient in retrieving information.

When the front end loads at the user's end and a query is run to
select data,
the user's instance sends a message to the networked backend.

No, it does no such thing. What happens when you run a query is that
Jet on your desktop requests from the *file server* the sectors of
the file on disk there that the back end's headers tell Access
include the indexes for the tables you're querying. Then Jet
processes the indexes locally on your computer and then sends a
request to the *file server* for the sectors of the file on disk
that include the data pages that store the records you need.

There is *no* processing on the server.

Access to an MDB on a file server is just like MS Word to a Word
document on a server -- nothing on the other end is doing anything
but reading off the disk and sending data, all of which is processed
on your local PC.

gathers the
data and returns the result. Well, sure this seems simple
enough, SQL does
the same thing.

A server database does not do the same thing at all. Instead, Access
hands off the request to a process running on the server, which then
processes the request in the server's RAM, filters the records to
just those needed to fulfill Access's request and sends back only
those records.

The processing that takes place in the server RAM with a server
database takes place in your workstation's RAM when you are using an
MDB back end (i.e., Jet).

The difference is that Access is kind of dumb at
searching
and it talks very slowly to itself. If your query involves any
modification
to the data...

No, Access/Jet is *not* dumb. It's extremely smart in knowing how to
request the minimal amount of data from the file server in order to
provide the result to your query. If you're experiencing slowdowns
in this process, then you need to re-engineer your query and perhaps
add appropriate indexes to your data tables. If there aren't indexes
on fields that are used for the basic criteria, then, yes, you're
likely to retrieve far, far more data with Jet than you would with a
server database. But that would be an indication of a *design* error
on the part of the person who designed the database schema and the
Access application, and not a problem with Access/Jet.

A SQL (or other enterprise level) backend will solve 93% of the
performance
issues. Access is really designed to be a small all in one
package for small
business and home users. It can be enterprise level as a front
end, but really needs a much more robust backend and coding.

There can be other problems with Access and a SQL backend, but
those are covered in other conversations.

Why did you post this? It's erroneous information to begin with, but
besides that, it's completely non-responsive to the question that it
purports to be a reply to.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
.



Relevant Pages

  • Re: NadaNet file server coming soon...
    ... After each command is completed by the server, ... This allows any machine on a NadaNet to use the filesystem on the ... the request string can be formed by concatenating ... by doing a &PUTMSG to the predetermined file server queue number, ...
    (comp.sys.apple2)
  • [REVS] NTLM HTTP Authentication is Insecure By Design
    ... in front of a web server, and that proxy server shares a single TCP ... These are attacks that make use of non-RFC HTTP requests (HTTP Request ... the authentication is associated with the ...
    (Securiteam)
  • [NT] 04WebServer Multiple Vulnerabilities (CSS, Log File Injection, AUX DoS)
    ... 04WebServer is a HTTP server developed by Soft3304 for Windows platforms. ... Characters into Log File ... filtering on the request URL before writing it into the log file. ... following HTTP request, when submitted to a vulnerable 04WebServer, will ...
    (Securiteam)
  • Re: breaking the model
    ... > The forms data then is in the Request object. ... HTTP Request; in this case, the form POST Request from the Page. ... client and server. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: NadaNet file server coming soon...
    ... After each command is completed by the server, ... This allows any machine on a NadaNet to use the filesystem on the ... the request string can be formed by concatenating ... by doing a &PUTMSG to the predetermined file server queue number, ...
    (comp.sys.apple2)

Quantcast