AA202: Performance Enhancers for Laserfiche Connie Anderson, Technical Writer.

Slides:



Advertisements
Similar presentations
This course is designed for system managers/administrators to better understand the SAAZ Desktop and Server Management components Students will learn.
Advertisements

Implementing Tableau Server in an Enterprise Environment
DIGIDOC A web based tool to Manage Documents. System Overview DigiDoc is a web-based customizable, integrated solution for Business Process Management.
SharePoint Forms All you ever wanted to know about forms but were afraid to ask.
MCTS GUIDE TO MICROSOFT WINDOWS 7 Chapter 10 Performance Tuning.
SOFTWARE PRESENTATION ODMS (OPEN SOURCE DOCUMENT MANAGEMENT SYSTEM)
Overview of Laserfiche Architecture
© 2008 Kroll Ontrack Inc.| Ontrack PowerControls 5.1 The ultimate “power tool” for SharePoint administrators.
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 10: Collect and Analyze Performance Data.
11 SUPPORTING LOCAL USERS AND GROUPS Chapter 3. Chapter 3: Supporting Local Users and Groups2 SUPPORTING LOCAL USERS AND GROUPS  Explain the difference.
Chapter 10 Chapter 10: Managing the Distributed File System, Disk Quotas, and Software Installation.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 11 Managing and Monitoring a Windows Server 2008 Network.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 7 Configuring File Services in Windows Server 2008.
© 2009 Kroll Ontrack Inc.| Ontrack PowerControls 6.0 for SharePoint™ A Better Way to Search and Restore.
©2011 Quest Software, Inc. All rights reserved. Steve Walch, Senior Product Manager Blog: November, 2011 Partner Training Webcast.
NovaBACKUP 10 xSP Technical Training By: Nathan Fouarge
Integrate your people maximize your knowledge Tel SalesBase Customer.
Virtual Memory Tuning   You can improve a server’s performance by optimizing the way the paging file is used   You may want to size the paging file.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 7: Advanced File System Management.
Categorization, views, search and retrieval Becky Bertram Covenant Technology Partners.
MCTS Guide to Microsoft Windows 7
5 Chapter Five Web Servers. 5 Chapter Objectives Learn about the Microsoft Personal Web Server Software Learn how to improve Web site performance Learn.
11 SYSTEM PERFORMANCE IN WINDOWS XP Chapter 12. Chapter 12: System Performance in Windows XP2 SYSTEM PERFORMANCE IN WINDOWS XP  Optimize Microsoft Windows.
MFP’s & Laserfiche Saturday, October 03, 2015 Presenter:
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 11: Monitoring Server Performance.
Database-Driven Web Sites, Second Edition1 Chapter 5 WEB SERVERS.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Module 10 Administering and Configuring SharePoint Search.
G063 - Distributed Databases. Learning Objectives: By the end of this topic you should be able to: explain how databases may be stored in more than one.
Week #3 Objectives Partition Disks in Windows® 7 Manage Disk Volumes Maintain Disks in Windows 7 Install and Configure Device Drivers.
1 Chapter Overview Performing Configuration Tasks Setting Up Additional Features Performing Maintenance Tasks.
70-294: MCSE Guide to Microsoft Windows Server 2003 Active Directory, Enhanced Chapter 13: Monitoring and Optimizing Active Directory.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 11: Monitoring Server Performance.
Chapter 10 Chapter 10: Managing the Distributed File System, Disk Quotas, and Software Installation.
Week 7 : Chapter 7 Agenda SQL 710 Maintenance Plan:
Chapter 8 Configuring and Managing Shared Folder Security.
 Replication is the process of copying database information  Replication is used for:  Backing up your database  Migrating to a new server  Mirroring.
A Technical Guide to ERMS Bill Manago, CRM. What You Need to Plan For Implementing an Electronic Records Management System Out of the Box What you should.
1 Chapter Overview Planning to Install SQL Server 2000 Deciding SQL Server 2000 Setup Configuration Options Running the SQL Server 2000 Setup Program Using.
The Million Point PI System – PI Server 3.4 The Million Point PI System PI Server 3.4 Jon Peterson Rulik Perla Denis Vacher.
To increase performance and to add future capabilities to ESC, the following screens have been converted to.NET: Customer Information Qualifications Screen.
for all Hyperion video tutorial/Training/Certification/Material Essbase Optimization Techniques by Amit.
1 Chapter Overview Monitoring Access to Shared Folders Creating and Sharing Local and Remote Folders Monitoring Network Users Using Offline Folders and.
Page 1 Monitoring, Optimization, and Troubleshooting Lecture 10 Hassan Shuja 11/30/2004.
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.
Troubleshooting & Traceability AA201 Eric Hu, Software QA Engineer Jeanie Conner, Software QA Engineer.
Integrating Laserfiche and SharePoint PO108 Alex Wilson and Jessica Huang.
LAB 206 System Maintenance Pieter Nauta. Agenda Audience Introduction System Best Practices Performance Tuning Tips for Managing Volumes Designing a Maintenance.
Lab 301 Populating Template Data from a Third Party Data Source Justin Pava, Software Release Manager Andrew Schoonmaker, Software QA Engineer.
Troubleshooting Workflow 8 Raymond Cruz, Software Support Engineer.
Integrating and Extending Workflow 8 AA301 Carl Sykes Ed Heaney.
AA207: Designing a Security Policy in Laserfiche 8 Connie Anderson, Technical Writer.
Laserfiche Plus AA103 Eric Hu, Software QA Engineer Raymond Cruz, Software Support Engineer.
How to Ensure a Stress-Free Migration!
Troubleshooting Laserfiche Systems
Not Your Father’s Laserfiche AA101 Michael Allen.
Capture This! PO105 James Green. Table of Contents Capture Overview Laserfiche Tools Case Scenarios Questions and Answers.
Nate Anderson So, You’ve Inherited an OnBase System.
Implementing a Security Policy in Laserfiche 8 LAB 201 Steve Hackney.
SQL IMPLEMENTATION & ADMINISTRATION Indexing & Views.
SharePoint 101 – An Overview of SharePoint 2010, 2013 and Office 365
SQL Replication for RCSQL 4.5
MCTS Guide to Microsoft Windows 7
Best Practices for Load Balancing Your GlobalSearch Installation
SharePoint 2010 – SharePoint 101
Topic 11 Lesson 1 - Analyzing Data in Access
Your Data Any Place, Any Time
WF 305: Automating Records Management with Workflow
06 | SQL Server and the Cloud
Presentation transcript:

AA202: Performance Enhancers for Laserfiche Connie Anderson, Technical Writer

Agenda Server Configuration Finding and Eliminating Bottlenecks System Design Choices Client and Administration Console Settings and Tips

Server Configuration

Dueling Memory Distribute components as much as possible. Put SQL server and LF Server on separate machines. –Microsoft SQL Server is memory-greedy. Cap MSSQL memory usage.

Heavy Load Actions Writing data: –*High volume scanning. –**Indexing. –**Migrating. –**OCRing. –**Briefcase import. –**Volume attach. Reading data: –**Briefcase export. –**Volume export. –Publishing with Plus. *Can be scheduled for off peak hours **Can be run during off peak hours by a toolkit script

Microsoft SQL Server Other databases on the same server affect database performance. Multiple active databases on one server can lead to very slow performance. MSDE and MSSQL: Personal Edition have a ‘workload governor.’ –Deliberately slows certain operations when more than 8 simultaneous connections to the database exist. –Not present in full MSSQL or SQL Express.

SQL Indexes Inserting/removing large amounts of data into SQL can fragment SQL indexes. Can slow SQL retrieval times significantly. Rebuild SQL indexes on a regular basis.

Windows Defragmenter Files must be defragmented regularly. The more you wait, the worse it will get. You need to regularly defragment: Volume files. MSSQL database files.

Finding and Eliminating Bottlenecks

Bottlenecks First, determine where the bottleneck is. Windows Performance Monitor: –LF Server performance counters. –MSSQL performance counters. Laserfiche audit reports.

Bottlenecks Do something about it: Automate items for non-peak hours. –Backups. –QF Agent. –Import Agent. –Toolkit. Upgrade system. –Add memory. –Add disk space.

System Design

Importance of System Design Ease of retrieval. Scalability. Easier to learn the system. Make the system work for your particular needs.

Folder Structure Organizing documents makes them easier and faster to find. Strike a balance between too many and too few entries in a folder. Each folder should have a purpose. Folder names should be self-explanatory.

Entry Naming Names should be comprehensible. –“15392” vs “John Smith – Purchase Order” Names should be as unique as possible. –Consider search as well as browse. Names should be consistent.

Volumes Keep volume size manageable. –Large volumes lead to performance issues. –Volumes in 8 will tend to grow faster than in 7, because thumbnail and word location data is now stored in the volume. Use Logical Volumes to administer multiple smaller volumes automatically. Switch from large standard volumes to logical volumes using migration.

Metadata Use only as many metadata types as you need. –More links, fields, templates, tags, et cetera, causes the metadata lists to load more slowly. –More metadata types make it harder for users to choose the one they want. Store the data users will want to use to locate the document, or which users will want to have in front of them when the document is open.

Fields in Laserfiche 8 Fields in Laserfiche 8 exist independently from their template. Applying a single field – such as an “Author” field – to multiple templates makes it easy to search across templates. Laserfiche 8 includes a field merge utility.

Security Windows Accounts. Security management by group rather than user.

Automation Default values. Tokens. Constraints. Required fields.

Client and Administration Console Settings

Column Display Some columns take longer to load. –OCRed pages. –Page Count. –Linked, Version, certain records management columns. – 1219https://support.laserfiche.com/kb/KBArticle.aspx?ArticleID=

Search Most time for a search is spent loading and parsing the results. Fewer results = faster load time. Make search more exact. This does put more load on the server, but the tradeoff is often worth it. Fewer columns = faster load time.

Search Slow search types: Within Folder search. Searches involving calculations: –OCRed text. –RM: Cutoff Eligibility Date. –RM: Disposition Eligibility Date. –RM: Vital Record Review Date.

Fuzzy Search As fuzziness increases: –Time to run search increases. –Display time increases (more results returned). 40 results41,000 results

Review Strike a balance. Use only as much information as you need. Break large things into smaller parts.