Faster, Better Queries with Encoded Vector Indexes. By Paul J. Sgroi

Size: px
Start display at page:

Download "Faster, Better Queries with Encoded Vector Indexes. By Paul J. Sgroi"

Transcription

1 Faster, Better Queries with Encoded Vector Indexes By Paul J. Sgroi

2 Faster, Better Queries with Encoded Vector Indexes Author: Paul J. Sgroi A few years ago, IBM Research came up with a new type of index called an Encoded Vector Index (EVI). The main benefits of using EVIs is that they takes less space than a traditional bitmap index and they are noticeably faster for certain types of queries. For more details on how and why EVIs work, check out this link from IBM. 1.ibm.com/servers/enable/site/bi/evi.html When you run a Query or a SQL Select, the UDB/400 query optimizer kicks in. It goes out and finds the best possible access of the files based on your selection and sort criteria. When you ve tried to do an ISQL Select or you hit [F5] on QUERY/400, I m sure you ve seen those annoying Query running. Building access path for file SOMEFILE in SOMELIBRARY statement at the bottom of your screen. With EVIs, you create a new set of logical files on your computer. Each new logical file is a 1 key access path. The 1 key value ensures that the size of the file on the system is small or compact and reduces the likelihood that the annoying building access path statement will pop up. At this point, I need to clarify where you can and cannot use EVIs. You cannot use EVIs with traditional High Level Language (HLL) I/O. So even though EVIs are useful, you re won t be able to use RPG s setll, chain, or reads against them. So, why even bother with EVIs? Here s an example of where an EVI is useful. Suppose your iseries database is available on your company s intranet. In the executive area of the site, VIPs can look up customer sale summaries. When the VIP clicks her submit button, she expects the Select statement running behind the scenes to rip through the database and come back with her requested information quickly. She doesn t want to wait around or see an annoying message. Testing 1, 2, 3 Last semester, I was given the task of developing an on line course at my local community college for an intro to SQL/400 course. I was working on a lesson on SQL Indexes and did a test to show how much faster a query can be with just the mere presence of EVIs using Interactive SQL. First, I created a new non keyed table on the college s 50 S running V5R1. I called this table CUSTSUM and filled it with 3 million records (Figure 1). Without any natural keys, any Select/Order By against the CUSTSUM file in ISQL will cause that annoying building access path message. Figure 1: Create Table statements for CustSum

3 Next, I ran an ISQL Select statement over the CUSTSUM file (Figure 2) to give me a small list of Eastern and Western customers whose sales were between $1, and $1, Out of 3 million records, the result of the query is only 26. It took the query optimizer approximately two minutes to build the temporary access path I needed and display the information. (Meanwhile, I m picturing an irate Sales Director waiting for the query results for those lousy 26 customers!) Figure 2: ISQL Select/Order By

4 Then I created a traditional index (Figure 3) with the needed keys and ran the statement shown in Figure 2. This time, the annoying Query running. Building access path for file CUSTSUM in PSGROI message went away. The query also ran faster it ran a little over 1 minute. This query was an improvement, but it was still slow. Figure 3: Create Index statement over CustSum

5 Finally, I deleted the previous traditional index and created two separate EVIs (Figure 4) over CUSTSUM. I created one EVI for each possible searchable key. Then I ran the SQL Select statement in Figure 2 again. This time, the result of 26 customers came back in less than 6 seconds. After this testing, I was convinced that EVIs are the way to go. (Think of the possibilities!) Figure 4: Create EVIs over CustSum

6 However, don t forget that you can t directly access an EVI (see Figure 5). If you currently have embedded SQL, OPNQRYFs, and especially HLL programs accessing specific logical files, you don t want to replace them all right away. Figure 5: Trying to access an EVI directly

7 Paul J. Sgroi is an instructor at Luzerne County Community College in Nanticoke, PA and a Senior Programmer/Analyst at Penn Software & Technology Services, Inc. in Wilkes Barre, Pa. He can be reached at pauljsgroi@aol.com.

Midterm Exam, October 24th, 2000 Tuesday, October 24th, Human-Computer Interaction IT 113, 2 credits First trimester, both modules 2000/2001

Midterm Exam, October 24th, 2000 Tuesday, October 24th, Human-Computer Interaction IT 113, 2 credits First trimester, both modules 2000/2001 257 Midterm Exam, October 24th, 2000 258 257 Midterm Exam, October 24th, 2000 Tuesday, October 24th, 2000 Course Web page: http://www.cs.uni sb.de/users/jameson/hci Human-Computer Interaction IT 113, 2

More information

Filter and PivotTables in Excel

Filter and PivotTables in Excel Filter and PivotTables in Excel FILTERING With filters in Excel you can quickly collapse your spreadsheet to find records meeting specific criteria. A lot of reporters use filter to cut their data down

More information

Managing Your Grade Book This lesson will show you how to set up your grade book columns and have Canvas calculate your final grades for you.

Managing Your Grade Book This lesson will show you how to set up your grade book columns and have Canvas calculate your final grades for you. Managing Your Grade Book This lesson will show you how to set up your grade book columns and have Canvas calculate your final grades for you. Activating the Grade Book Click on Settings at the bottom of

More information

Adding content to your Blackboard 9.1 class

Adding content to your Blackboard 9.1 class Adding content to your Blackboard 9.1 class There are quite a few options listed when you click the Build Content button in your class, but you ll probably only use a couple of them most of the time. Note

More information

MATH 90 CHAPTER 3 Name:.

MATH 90 CHAPTER 3 Name:. MATH 90 CHAPTER 3 Name:. 3.1 Reading Graphs & Plotting Points Need to Know Reading Graphs and Charts (Bar, Pie, Line) Plotting Points and Ordered Pairs and the Coordinate System Bar Graphs Data Source:

More information

"SQL Monitor now makes the team look more professional."

SQL Monitor now makes the team look more professional. PRUDENTIAL CASE STUDY "SQL Monitor now makes the team look more professional." How Redgate s SQL Monitor makes monitoring a host of production servers easier, faster, and more professional 91% of Fortune

More information

Lesson 11 Transcript: Concurrency and locking

Lesson 11 Transcript: Concurrency and locking Lesson 11 Transcript: Concurrency and locking Slide 1: Cover Welcome to Lesson 11 of the DB2 on Campus Lecture Series. We are going to talk today about concurrency and locking. My name is Raul Chong and

More information

Work Smart: Make presence work for you

Work Smart: Make presence work for you Work Smart: Make presence work for you Use this guide to help stay in touch with the people who are important to you and those who are key to getting your work done. What do you want to do? Let people

More information

Advanced Techniques. Criterion E: Product development. Three or more related tables. Complex queries / Calculated fields. Use of graphics fields

Advanced Techniques. Criterion E: Product development. Three or more related tables. Complex queries / Calculated fields. Use of graphics fields Criterion E: Product development Advanced Techniques Three or more related tables Complex queries / Calculated fields Use of graphics fields Proficient design of reports and/or forms Proficient use of

More information

5 R1 The one green in the same place so either of these could be green.

5 R1 The one green in the same place so either of these could be green. Page: 1 of 20 1 R1 Now. Maybe what we should do is write out the cases that work. We wrote out one of them really very clearly here. [R1 takes out some papers.] Right? You did the one here um where you

More information

Introduction. A Brief Description of Our Journey

Introduction. A Brief Description of Our Journey Introduction If you still write RPG code as you did 20 years ago, or if you have ILE RPG on your resume but don t actually use or understand it, this book is for you. It will help you transition from the

More information

Transactions. The Setting. Example: Bad Interaction. Serializability Isolation Levels Atomicity

Transactions. The Setting. Example: Bad Interaction. Serializability Isolation Levels Atomicity Transactions Serializability Isolation Levels Atomicity 1 The Setting Database systems are normally being accessed by many users or processes at the same time. Both queries and modifications. Unlike Operating

More information

Create Table Like, But Different. By Raymond Everhart

Create Table Like, But Different. By Raymond Everhart reate Table Like, But Different By Raymond Everhart reate Table Like, But Different Author: Raymond Everhart As iseries programmers explore the use of embedded SQL in their applications, the natural tendency

More information

IBM and Centerfield Technology

IBM and Centerfield Technology IBM and Centerfield Technology The purpose of this document is to describe the differences between Centerfield s HomeRun suite of tools and iseries Navigator. The functional areas covered by each tool

More information

Heuristic Evaluation of Team Betamax

Heuristic Evaluation of Team Betamax Heuristic Evaluation of Team Betamax Eric Gallimore Connor Riley Becky Scholl Chris Stone November 4, 2006 Overview Evaluation Let s just state for the record that we like this a whole lot better than

More information

Spam. Time: five years from now Place: England

Spam. Time: five years from now Place: England Spam Time: five years from now Place: England Oh no! said Joe Turner. When I go on the computer, all I get is spam email that nobody wants. It s all from people who are trying to sell you things. Email

More information

RESPONSIVE WEB DESIGN IN 24 HOURS, SAMS TEACH YOURSELF BY JENNIFER KYRNIN

RESPONSIVE WEB DESIGN IN 24 HOURS, SAMS TEACH YOURSELF BY JENNIFER KYRNIN RESPONSIVE WEB DESIGN IN 24 HOURS, SAMS TEACH YOURSELF BY JENNIFER KYRNIN DOWNLOAD EBOOK : RESPONSIVE WEB DESIGN IN 24 HOURS, SAMS TEACH Click link bellow and free register to download ebook: RESPONSIVE

More information

MASTER-DETAIL FORMS. In this Chapter, you will learn about: Master-Detail Forms Page 108

MASTER-DETAIL FORMS. In this Chapter, you will learn about: Master-Detail Forms Page 108 CHAPTER 4 MASTER-DETAIL FORMS CHAPTER OBJECTIVES In this Chapter, you will learn about: Master-Detail Forms Page 108 In the previous Chapters, you created and worked with forms that had only one base-table

More information

Customize. Building a Customer Portal Using Business Portal. Microsoft Dynamics GP. White Paper

Customize. Building a Customer Portal Using Business Portal. Microsoft Dynamics GP. White Paper Customize Microsoft Dynamics GP Building a Customer Portal Using Business Portal White Paper Helps you implement a customer portal and create web pages and web parts specifically designed for your customers.

More information

The IBM I A Different Roadmap

The IBM I A Different Roadmap The IBM I A Different Roadmap Not long ago I was reading an article about a session Steve Will gave on how to make the IBM i "sexy". Those who know me know that that would immediately start me thinking

More information

Lesson 1. Getting Started with Gmail. Accessing Gmail

Lesson 1. Getting Started with Gmail. Accessing Gmail Lesson 1 Getting Started with Gmail We hope you didn t skip the Introduction. Before you learn about the mechanics of how to get started with Gmail, you will want to first learn about the benefits you

More information

Unit 9 Tech savvy? Tech support. 1 I have no idea why... Lesson A. A Unscramble the questions. Do you know which battery I should buy?

Unit 9 Tech savvy? Tech support. 1 I have no idea why... Lesson A. A Unscramble the questions. Do you know which battery I should buy? Unit 9 Tech savvy? Lesson A Tech support 1 I have no idea why... A Unscramble the questions. 1. which battery / Do you know / should / buy / I? Do you know which battery I should buy? 2. they / where /

More information

Notes: CTC PMDB Production Storyboards - M6-Game: SimIntake Filenet # /29/06 1

Notes: CTC PMDB Production Storyboards - M6-Game: SimIntake Filenet # /29/06 1 M6_intro_01 Object Type Hotspot Result o To TT IT Trigger Waiting room door click DoorOpen_mc M6_intro_02 raphics Description /Restart ame TT: SimIntake IT: You are the receptionist at a medical clinic.

More information

Paul's Online Math Notes. Online Notes / Algebra (Notes) / Systems of Equations / Augmented Matricies

Paul's Online Math Notes. Online Notes / Algebra (Notes) / Systems of Equations / Augmented Matricies 1 of 8 5/17/2011 5:58 PM Paul's Online Math Notes Home Class Notes Extras/Reviews Cheat Sheets & Tables Downloads Algebra Home Preliminaries Chapters Solving Equations and Inequalities Graphing and Functions

More information

CONTENTS. Introduction: Steve Jobs and the Vision Thing...1. Quotations...7. Milestones Steve Jobs s Resignation Letter as CEO of Apple...

CONTENTS. Introduction: Steve Jobs and the Vision Thing...1. Quotations...7. Milestones Steve Jobs s Resignation Letter as CEO of Apple... CONTENTS Introduction: Steve Jobs and the Vision Thing...1 Quotations...7 Milestones...107 Steve Jobs s esignation Letter as CEO of Apple...139 Changing Times: What s Next for Steve Jobs?...143 Citations...149

More information

Add Your Product to Clickbank

Add Your Product to Clickbank MODULE 3 LESSON 8 Add Your Product to Clickbank 2013 Mark Bishop NicheSynergy.com 1 Niche Synergy Table of Contents Disclaimer... 2 Why use Clickbank instead of another platform?... 3 The most important

More information

Usability Test Report: Requesting Library Material 1

Usability Test Report: Requesting Library Material 1 Usability Test Report: Requesting Library Material 1 Summary Emily Daly and Kate Collins conducted usability testing on the processes of requesting library material. The test was conducted at the temporary

More information

CPSC 467b: Cryptography and Computer Security

CPSC 467b: Cryptography and Computer Security Outline ZKIP Other IP CPSC 467b: Cryptography and Computer Security Lecture 19 Michael J. Fischer Department of Computer Science Yale University March 31, 2010 Michael J. Fischer CPSC 467b, Lecture 19

More information

Time and Attendance is the system we use to keep track of the hours that our employees work. It also allows us to keep track of the number of hours

Time and Attendance is the system we use to keep track of the hours that our employees work. It also allows us to keep track of the number of hours Guide to Time and Attendance is the system we use to keep track of the hours that our employees work. It also allows us to keep track of the number of hours used for vacation, holiday, and funeral time.

More information

"Forgive and Forget": Cleaning House with Circ Jobs 39 and 42

Forgive and Forget: Cleaning House with Circ Jobs 39 and 42 University of Kentucky UKnowledge Library Presentations University of Kentucky Libraries 5-8-2015 "Forgive and Forget": Cleaning House with Circ Jobs 39 and 42 Tari Keller University of Kentucky, Click

More information

Amber Weyland: [to cameraman] Just hold it there so we can see Mollie.

Amber Weyland: [to cameraman] Just hold it there so we can see Mollie. Interview Transcript Interviewer: Amber Weyland Interviewee: Mollie Hummer Cameraman: Christopher Smith [friend to both] Date: March 22, 2010 Beginning time of interview: 2:30pm End time of interview:

More information

Master Cold s. - The ebook. Written with at FindThatLead.com

Master Cold  s. - The ebook. Written with at FindThatLead.com Master Cold Emails - The ebook Written with at.com Index Introduction: What Do I Do Now? The Best Tools To Improve Your Cold Email Game How to Craft the Perfect Cold Email Follow-Ups A Few Examples Your

More information

Written Communication

Written Communication Module 2: Written Communication 1 Your Passport to Professionalism: Module 2 Written Communication Step 1 Learn Introduction Sooner or later, you will need to communicate in writing. You will write down

More information

Have the students look at the editor on their computers. Refer to overhead projector as necessary.

Have the students look at the editor on their computers. Refer to overhead projector as necessary. Intro to Programming (Time 15 minutes) Open the programming tool of your choice: If you ve installed, DrRacket, double-click the application to launch it. If you are using the online-tool, click here to

More information

eqa Frequently Asked Questions (FAQ) 2. Q. Can the function of eqa be used to document study related items?

eqa Frequently Asked Questions (FAQ) 2. Q. Can the  function of eqa be used to document study related items? eqa Frequently Asked Questions (FAQ) 1. Q. If a finding in a Field Data Book audit requires a correction to an actual notebook page how is this handled? A. The pages will still need to be copied, corrected

More information

Cache Coherence Tutorial

Cache Coherence Tutorial Cache Coherence Tutorial The cache coherence protocol described in the book is not really all that difficult and yet a lot of people seem to have troubles when it comes to using it or answering an assignment

More information

ICANN Start, Episode 1: Redirection and Wildcarding. Welcome to ICANN Start. This is the show about one issue, five questions:

ICANN Start, Episode 1: Redirection and Wildcarding. Welcome to ICANN Start. This is the show about one issue, five questions: Recorded in October, 2009 [Music Intro] ICANN Start, Episode 1: Redirection and Wildcarding Welcome to ICANN Start. This is the show about one issue, five questions: What is it? Why does it matter? Who

More information

University of Waterloo. Storing Directed Acyclic Graphs in Relational Databases

University of Waterloo. Storing Directed Acyclic Graphs in Relational Databases University of Waterloo Software Engineering Storing Directed Acyclic Graphs in Relational Databases Spotify USA Inc New York, NY, USA Prepared by Soheil Koushan Student ID: 20523416 User ID: skoushan 4A

More information

Data Structures and Algorithms Dr. Naveen Garg Department of Computer Science and Engineering Indian Institute of Technology, Delhi.

Data Structures and Algorithms Dr. Naveen Garg Department of Computer Science and Engineering Indian Institute of Technology, Delhi. Data Structures and Algorithms Dr. Naveen Garg Department of Computer Science and Engineering Indian Institute of Technology, Delhi Lecture 18 Tries Today we are going to be talking about another data

More information

DEFERRED ACCEPTANCE 2

DEFERRED ACCEPTANCE 2 DEFERRED ACCEPTANCE The point of this note is to take you through the logic behind the deferred acceptance algorithm. Please read the papers associated with the links on the web page for motivation and

More information

Project 1. Implementation. Massachusetts Institute of Technology : Error Correcting Codes Laboratory March 4, 2004 Professor Daniel A.

Project 1. Implementation. Massachusetts Institute of Technology : Error Correcting Codes Laboratory March 4, 2004 Professor Daniel A. Massachusetts Institute of Technology Handout 18.413: Error Correcting Codes Laboratory March 4, 2004 Professor Daniel A. Spielman Project 1 In this project, you are going to implement the simplest low

More information

Your message in Outlook will look something like the illustration below. Begin by right-clicking on the name of the attachment.

Your  message in Outlook will look something like the illustration below. Begin by right-clicking on the name of the attachment. Page 1 of 11 Dear Teacher, Tutor or Program Coordinator, The deadline for entries to this year s edition of To Open Your Mind is just a month away February 16! Please try to get your entries in as soon

More information

Using the CWV & Auxiliary Database System Pamphlet 4 How to Update Members Dues Payments How to Print a Transmittal Report

Using the CWV & Auxiliary Database System Pamphlet 4 How to Update Members Dues Payments How to Print a Transmittal Report Using the CWV & Auxiliary Database System Pamphlet 4 How to Update Members Dues Payments How to Print a Transmittal Report This Instruction Pamphlet will explain how to use the Catholic War Veterans Post

More information

CS 147 Let s Do This! Assignment 6 Report

CS 147 Let s Do This! Assignment 6 Report CS 147 Let s Do This! Assignment 6 Report 1. Team Name: Value Proposition Let s Do This: Achieve your goals with friends. 2. Team members names and roles Eric - Developer, manager. Video filming, editing,

More information

Microsoft Access Lesson 2: Retrieving Information from a Database

Microsoft Access Lesson 2: Retrieving Information from a Database Microsoft Access Lesson 2: Retrieving Information from a Database In this lesson you will learn how to construct queries to retrieve information from a database. It uses the example database (ExampleDB.mdb)

More information

We recommend you print these instructions prior to following the link on the Faith UMC Spring website.

We recommend you print these instructions prior to following the link on the Faith UMC Spring website. We recommend you print these instructions prior to following the link on the Faith UMC Spring website. 1 To set up your personal Faith United Methodist Church account, follow this procedure: When you have

More information

Joshua Hodgskin Unit 11 task 3

Joshua Hodgskin Unit 11 task 3 For this task I ll be annotating two sets of screen shots from two practicals, which I did over this unit, the first practical I did on a computer simulation program where I set up different users for

More information

Learner. Help Guide. Page 1 of 36 Training Partner (Learner Help Guide) Revised 09/16/09

Learner. Help Guide. Page 1 of 36 Training Partner (Learner Help Guide) Revised 09/16/09 Learner Help Guide Page 1 of 36 Table of Contents ACCESS INFORMATION Accessing Training Partner on the Web..... 3 Login to Training Partner........ 4 Add/Change Email Address....... 6 Change Password.........

More information

COMPETITION ANALYSIS IF THE SAMURAI SPITS THE DUMMY

COMPETITION ANALYSIS IF THE SAMURAI SPITS THE DUMMY COMPETITION ANALYSIS IF THE SAMURAI SPITS THE DUMMY You ve been learning about competition analysis and you ve seen what is literally ground-breaking new analysis software inside Market Samurai. However,

More information

3. Getting data out: database queries. Querying

3. Getting data out: database queries. Querying 3. Getting data out: database queries Querying... 1 Queries and use cases... 2 The GCUTours database tables... 3 Project operations... 6 Select operations... 8 Date formats in queries... 11 Aggregates...

More information

Gadget in yt. christopher erick moody

Gadget in yt. christopher erick moody Gadget in yt First of all, hello, and thank you for giving me the opp to speak My name is chris moody and I m a grad student here at uc santa cruz and I ve been working with Joel for the last year and

More information

UNINFORMED SEARCH. Announcements Reading Section 3.4, especially 3.4.1, 3.4.2, 3.4.3, 3.4.5

UNINFORMED SEARCH. Announcements Reading Section 3.4, especially 3.4.1, 3.4.2, 3.4.3, 3.4.5 UNINFORMED SEARCH Announcements Reading Section 3.4, especially 3.4.1, 3.4.2, 3.4.3, 3.4.5 Robbie has no idea where room X is, and may have little choice but to try going down this corridor and that. On

More information

Word: Print Address Labels Using Mail Merge

Word: Print Address Labels Using Mail Merge Word: Print Address Labels Using Mail Merge No Typing! The Quick and Easy Way to Print Sheets of Address Labels Here at PC Knowledge for Seniors we re often asked how to print sticky address labels in

More information

Characteristics of a "Successful" Application.

Characteristics of a Successful Application. Characteristics of a "Successful" Application. Caroline Bahler, Meridian Software, Inc. Abstract An application can be judged "successful" by two different sets of criteria. The first set of criteria belongs

More information

Lesson 52: Media (18-25 minutes)

Lesson 52: Media (18-25 minutes) Main Topic VIII: Entertainment Lesson 52: Media (18-25 minutes) Today, you will practice your Reading and Listening Skills as you study texts related to MEDIA. I. READING Exercise 1: What s missing? (5-6

More information

NOTE: If your student is 18+, you do not need to give your consent and can skip ahead to page 6.

NOTE: If your student is 18+, you do not need to give your consent and can skip ahead to page 6. Updated 2/6/2015 PA R E N TA L I N V O LV E M E N T I N C L U D E S G R A N T I N G C O N S E N T F O R S T U D E N T S U N D E R 1 8 A N D E N T E R I N G F I N A N C I A L I N F O R M AT I O N F O R

More information

CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I

CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I Welcome to your CSCI-1100 Lab! In the fine tradition of the CSCI-1100 course, we ll start off the lab with the classic bad joke

More information

HOW TO CONVERT VISITORS TO CLIENTS

HOW TO CONVERT VISITORS TO CLIENTS HOW TO CONVERT VISITORS TO CLIENTS HTTP://WWW.WEDPLANNERPRO.COM INTRODUCTION You have done the hard work in getting some traffic to your website and brides are visiting your website, browsing a page or

More information

Homework 1 CS161 Computer Security, Spring 2008 Assigned 2/4/08 Due 2/13/08

Homework 1 CS161 Computer Security, Spring 2008 Assigned 2/4/08 Due 2/13/08 Homework 1 CS161 Computer Security, Spring 2008 Assigned 2/4/08 Due 2/13/08 This homework assignment is due Wednesday, February 13 at the beginning of lecture. Please bring a hard copy to class; either

More information

Mayhem Make a little Mayhem in your world.

Mayhem Make a little Mayhem in your world. Mayhem Make a little Mayhem in your world. Team Group Manager - Eli White Documentation - Meaghan Kjelland Design - Jabili Kaza & Jen Smith Testing - Kyle Zemek Problem and Solution Overview Most people

More information

Simulations How To for Fathom

Simulations How To for Fathom Simulations How To for Fathom. Start by grabbing a collection box (the picture of a treasure box) and drop it on your screen. You can double click on the word collection to rename it. 2. Click on your

More information

Lesson 3 Practice Problems

Lesson 3 Practice Problems Name: Date: Lesson 3 Section 3.1: Linear Equations and Functions 1. Find the slope of the line that passes through the given points. Then determine if the line is increasing, decreasing or constant. Increasing,

More information

Promo Buddy 2.0. Internet Marketing Database Software (Manual)

Promo Buddy 2.0. Internet Marketing Database Software (Manual) Promo Buddy 2.0 Internet Marketing Database Software (Manual) PromoBuddy has been developed by: tp:// INTRODUCTION From the computer of Detlev Reimer Dear Internet marketer, More than 6 years have passed

More information

As a lab attendant, you will be using isupport to put in tickets for issues that you work on. Those are going to break down to a few general types.

As a lab attendant, you will be using isupport to put in tickets for issues that you work on. Those are going to break down to a few general types. Intro to isupport As a lab attendant, you will be using isupport to put in tickets for issues that you work on. Those are going to break down to a few general types. Password tickets Generic tickets (*there

More information

FrameForge Previz Studio Usage Case Study. David Evans Emmy nominated Director

FrameForge Previz Studio Usage Case Study. David Evans Emmy nominated Director FrameForge Previz Studio Usage Case Study David Evans Emmy nominated Director I have directed four episodes of Downton Abbey, including Season 4 Episode 1, for which I was nominated for an Emmy. Here s

More information

Agenda. Jim Oberholtzer Senior Technical Architect

Agenda. Jim Oberholtzer Senior Technical Architect iseries Performance Configuration and Tools September 13, 2005 Jim Oberholtzer Senior Technical Architect INFORMATION S O L U T I O N S THAT WORK FOR BUSINESS GREEN BAY MILWAUKEE MINNEAPOLIS Agenda Work

More information

CloudFlare Seamless IPv6 Gateway

CloudFlare Seamless IPv6 Gateway CloudFlare Seamless IPv6 Gateway 1 888 99 FLARE enterprise@cloudflare.com www.cloudflare.com Overview of Internet Protocols Internet Protocol Version 4 (IPv4) is at the core of internet operations. It

More information

A NETWORK PRIMER. An introduction to some fundamental networking concepts and the benefits of using LANtastic.

A NETWORK PRIMER. An introduction to some fundamental networking concepts and the benefits of using LANtastic. A NETWORK PRIMER An introduction to some fundamental networking concepts and the benefits of using LANtastic. COPYRIGHT 1996 Artisoft, Inc. All Rights Reserved. This information file is copyrighted with

More information

I m Carol Ember, the Executive Director of HRAF. First, let me tell you a little about HRAF and ehraf World Cultures.

I m Carol Ember, the Executive Director of HRAF. First, let me tell you a little about HRAF and ehraf World Cultures. Welcome to ehraf World Cultures. If you are reading this tutorial for the first time, we suggest reading it in its entirety. To review particular sections see the Table of Contents on the next slide. I

More information

FROM OPNQRYF TO SQL WITH RPG OPEN ACCESS

FROM OPNQRYF TO SQL WITH RPG OPEN ACCESS FROM OPNQRYF TO SQL WITH RPG OPEN ACCESS Alex Krashevsky AEK Solutions, Inc. May 9, 2018 aatkrash@gmail.com https://www.linkedin.com/in/alexkrashevsky-58930bb/ Objectives Getting to see a technical challenge

More information

Steven Skiena. skiena

Steven Skiena.   skiena Lecture 22: Introduction to NP-completeness (1997) Steven Skiena Department of Computer Science State University of New York Stony Brook, NY 11794 4400 http://www.cs.sunysb.edu/ skiena Among n people,

More information

Content: Company presentation:

Content: Company presentation: Content: Content:... 1 Company presenation:... 1 Overview of AG-VIP SQL:... 2 AG-VIP SQL: detailed description... 3 Concept... 3 Data base and data model... 3 Access Rights... 3 Free desktop definition...

More information

Gratitude Journal Presented by

Gratitude Journal Presented by www.gettingunstuckllc.com 1 Presented by Getting Unstuck, LLC http://www.gettingunstuckllc.com User Manual Introduction Welcome to The! We all know how important gratitude is in our lives. Without gratitude

More information

That is my advertised agenda, but I might skip about a bit The idea is to share observations gleaned from experience of using systems that have been

That is my advertised agenda, but I might skip about a bit The idea is to share observations gleaned from experience of using systems that have been 1 2 3 That is my advertised agenda, but I might skip about a bit The idea is to share observations gleaned from experience of using systems that have been upgraded to V11.1 It is not going to present any

More information

Engineering at Scale. Paul Baecke

Engineering at Scale. Paul Baecke Engineering at Scale THE CHALLENGES OF PREDICTING QUERIES IN WEB SEARCH ENGINES Paul Baecke Introduction How is what we do Extreme Computing? What is the product Complexity online Complexity offline

More information

PeopleSoft Faculty Center, Advisor Center & Enrollment. Bloomsburg University

PeopleSoft Faculty Center, Advisor Center & Enrollment. Bloomsburg University PeopleSoft Faculty Center, Advisor Center & Enrollment Bloomsburg University 1 Table of Contents Bloomsburg University Training Notes... 3 Terminology Crosswalk... 3 Term Code Logic... 3 View My Schedule

More information

iflix is246 Multimedia Metadata Final Project Supplement on User Feedback Sessions Cecilia Kim, Nick Reid, Rebecca Shapley

iflix is246 Multimedia Metadata Final Project Supplement on User Feedback Sessions Cecilia Kim, Nick Reid, Rebecca Shapley iflix is246 Multimedia Metadata Final Project Supplement on User Feedback Sessions Cecilia Kim, Nick Reid, Rebecca Shapley Table of Contents Table of Contents 2 Interviews with Users 2 Conclusions 2 Transcripts

More information

Craigslist Quick Tricks Manual helping you get your ads on Craigslist and getting people to click through to your site or product offer

Craigslist Quick Tricks Manual helping you get your ads on Craigslist and getting people to click through to your site or product offer Craigslist Quick Tricks Manual helping you get your ads on Craigslist and getting people to click through to your site or product offer 15/05/2008 Adrian Mansilla [Adrian Mansilla] GET RE-SELL RIGHTS OF

More information

Warnock on PDF: Its Past, Present and Future

Warnock on PDF: Its Past, Present and Future Warnock on PDF: Its Past, Present and Future BY BERND ZIPPER Ten years after Carousel was demoed to a Seybold Seminars audience, PDF has become the standard file format for print-oriented documents. But

More information

COMP : Practical 6 Buttons and First Script Instructions

COMP : Practical 6 Buttons and First Script Instructions COMP126-2006: Practical 6 Buttons and First Script Instructions In Flash, we are able to create movies. However, the Flash idea of movie is not quite the usual one. A normal movie is (technically) a series

More information

Epicor Customizations

Epicor Customizations Practical Technology Solutions Epicor Customizations Customizations can be described as anything that changes an Epicor screen (application). These changes can be as small as making a text box bigger to

More information

Free Downloads C++ Programming For Beginners

Free Downloads C++ Programming For Beginners Free Downloads C++ Programming For Beginners C++ Programming for Beginners is a step by step guide to the basics of programming in C and C++ using the free Dev-C++ compiler. This book teaches the concepts

More information

TMG Clerk. User Guide

TMG  Clerk. User Guide User Guide Getting Started Introduction TMG Email Clerk The TMG Email Clerk is a kind of program called a COM Add-In for Outlook. This means that it effectively becomes integrated with Outlook rather than

More information

Due dates are as mentioned above. Checkoff interviews for PS2 and PS3 will be held together and will happen between October 4 and 8.

Due dates are as mentioned above. Checkoff interviews for PS2 and PS3 will be held together and will happen between October 4 and 8. Problem Set 3 Your answers will be graded by actual human beings (at least that ' s what we believe!), so don' t limit your answers to machine-gradable responses. Some of the questions specifically ask

More information

Chapter 1. Getting Started

Chapter 1. Getting Started Chapter 1. Hey, Logy, whatcha doing? What s it look like I m doing. I m cleaning the windows so we can get started on our new adventure. Can t you leave the housekeeping until later. We ve got Logo work

More information

Simply Access Tips. Issue June 14 th Welcome to the sixteenth edition of Simply Access Tips for 2007.

Simply Access Tips. Issue June 14 th Welcome to the sixteenth edition of Simply Access Tips for 2007. Hi [FirstName], Simply Access Tips Issue 16 2007 June 14 th 2007 Welcome to the sixteenth edition of Simply Access Tips for 2007. Housekeeping as usual is at the end of the Newsletter so, if you need to

More information

Using the elab LMS Integration Tool in a Canvas Course

Using the elab LMS Integration Tool in a Canvas Course Using the elab LMS Integration Tool in a Canvas Course Introduction The elab LMS integration tool allows educators to add single sign-on links to elab resources such as videos, Guide Me tutorials, WebSims,

More information

Qwik Start Guide. For Destiny 9.5 MEDT Dr. Phyllis Snipes. Whitney Fletcher. Natalie Hamlin. Tiffany Johnson

Qwik Start Guide. For Destiny 9.5 MEDT Dr. Phyllis Snipes. Whitney Fletcher. Natalie Hamlin. Tiffany Johnson Qwik Start Guide For Destiny 9.5 MEDT 6468 Dr. Phyllis Snipes Whitney Fletcher Natalie Hamlin Tiffany Johnson 1 Table of Contents Section I: In the Beginning Page # 4 Setting up Patrons types 4 Adding

More information

Using Accommodate. Information for SAS Students at UofG

Using Accommodate. Information for SAS Students at UofG Using Accommodate Information for SAS Students at UofG 1 From the SAS home page, click on Exam Centre then Accommodate (Exam Bookings). 2 You ll be prompted to sign in using your UofG central login, which

More information

EECS 349 Machine Learning Homework 3

EECS 349 Machine Learning Homework 3 WHAT TO HAND IN You are to submit the following things for this homework: 1. A SINGLE PDF document containing answers to the homework questions. 2. The WELL COMMENTED MATLAB source code for all software

More information

0-1 Million in 46 Days Scaling a Facebook Application in Rails

0-1 Million in 46 Days Scaling a Facebook Application in Rails 0-1 Million in 46 Days Scaling a Facebook Application in Rails Ikai Lan Linkedin Ikai Lan From 0 to 1,000,000 in 46 Days: Scaling a Facebook Application in Rails Slide 1 Hi! I m Ikai Lan Ikai Lan From

More information

Microsoft Access Lesson 3: Creating Reports

Microsoft Access Lesson 3: Creating Reports Microsoft Access Lesson 3: Creating Reports In the previous lesson the information you retrieved from a database always was in the form of a table. This may be all you need if you are the only person using

More information

Day in the Life of an SAP Consultant using IntelliCorp s LiveCompare Software

Day in the Life of an SAP Consultant using IntelliCorp s LiveCompare Software Day in the Life of an SAP Consultant using IntelliCorp s LiveCompare Software Introduction Consultants use LiveCompare on a daily basis to help them deliver results to their clients more effectively and

More information

Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead

Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead 1 Question #1: What is the benefit to spammers for using someone elses UA code and is there a way

More information

By Paul Botelho WEB HOSTING FALSE POSITIVES AVOIDING SPAM

By Paul Botelho WEB HOSTING FALSE POSITIVES AVOIDING SPAM WEB HOSTING V Spring 2008 Avoiding Spam 1 False Positives 1 Web Hosting Suport Link 2 Self Service Tools 3 Web Site Design 4 Get More Out Of Your Web Site 4 Update Contact Information Search Engine Optimization

More information

Your . A setup guide. Last updated March 7, Kingsford Avenue, Glasgow G44 3EU

Your  . A setup guide. Last updated March 7, Kingsford Avenue, Glasgow G44 3EU fuzzylime WE KNOW DESIGN WEB DESIGN AND CONTENT MANAGEMENT 19 Kingsford Avenue, Glasgow G44 3EU 0141 416 1040 hello@fuzzylime.co.uk www.fuzzylime.co.uk Your email A setup guide Last updated March 7, 2017

More information

Can t Believe It s Linux. a totally different and hypothetical linux distribution

Can t Believe It s Linux. a totally different and hypothetical linux distribution Can t Believe It s Linux a totally different and hypothetical linux distribution What s the Situation? ubuntu is doing pretty well OS X is doing a lot better crap is actually pretty cool nobody cares about

More information

Database Management System Prof. D. Janakiram Department of Computer Science & Engineering Indian Institute of Technology, Madras Lecture No.

Database Management System Prof. D. Janakiram Department of Computer Science & Engineering Indian Institute of Technology, Madras Lecture No. Database Management System Prof. D. Janakiram Department of Computer Science & Engineering Indian Institute of Technology, Madras Lecture No. # 20 Concurrency Control Part -1 Foundations for concurrency

More information

1 Jane s dress is... yours. A the same than B the same to C similar than D similar to

1 Jane s dress is... yours. A the same than B the same to C similar than D similar to Test 5A 1 Jane s dress is... yours. A the same than B the same to C similar than D similar to 2 We ve proved that he was guilty but he... doesn t admit it. A yet B already C still D no longer 3 If I...

More information

Key concepts through Excel Basic videos 01 to 25

Key concepts through Excel Basic videos 01 to 25 Key concepts through Excel Basic videos 01 to 25 1) Row and Colum make up Cell 2) All Cells = Worksheet = Sheet 3) Name of Sheet is in Sheet Tab 4) All Worksheets = Workbook File 5) Default Alignment In

More information