Skip to content

[Bug]: Database join is taking longer to execute #4136

Description

@pramodgsable

Apache Hop version?

2.8.0

Java version?

11

Operating system

Windows

What happened?

Steps to reproduce:

  1. Create a pipe separated text input file and add some data with headers in it. (emp_id,ename,salary,dept)
  2. create a oracle database table employee with fields emp_id, ename, salary, dept
  3. create a pipeline to read data from the text file input
  4. Add a database join transformation to the pipeline & save it.
    select
    emp_id
    , ename
    , salary
    from employee
    where emp_id = ?
    Parameter Field is emp_id (String) from the text file input
  5. save & execute this pipeline
    The time it took was 9 min 42sec to execute the database join step (added screenshot for the similar database join transform showing execution time)
Screenshot 2024-07-16 at 12 55 10 PM

Issue Priority

Priority: 2

Issue Component

Component: Transforms

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions