Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Which gives the more performance when compare to fixed
width and delimited file ? and why?

Answers were Sorted based on User's Feedback



Which gives the more performance when compare to fixed width and delimited file ? and why?..

Answer / murthy

fixed width,because there are no delimiters to check so the
preformance will increase

Is This Answer Correct ?    18 Yes 3 No

Which gives the more performance when compare to fixed width and delimited file ? and why?..

Answer / ams

It all depends on data and what you are ultimately doing
with that data. Any consumer of that data will ultimately
want to break down that data into fields. During the break
down of those fields, you will need to check for a maximum
field size as you read through the data stream.

So if you have an 80 character fixed width field, you will
ultimately have 80 comparisons to see if you have reached
the field max.

Delimited break down of data requires not only a check for
the field max, but also a check for the end of field
delimiter.

So if your delimited field is only 20 characters long, you
will have only 40 comparisons made across those 20
characters you just processed.

So, the more padding you have in your fields, the less
efficient fixed width becomes when processing.

An additional factor is actual bytes that are necessary to
be transmitted. In almost all cases, delimited will
require less character having to be transmitted.

Is This Answer Correct ?    3 Yes 0 No

Which gives the more performance when compare to fixed width and delimited file ? and why?..

Answer / koti

surely fixed width gives best performance. because it need
not to check each and every time where the delimeter is
taking place.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Informatica Interview Questions

what is the function of 'F10' informatica ?

4 Answers   IBM,


What is standalone command task?

0 Answers  


What is the main purpose of Unconnected lookup other than updating slowly changing dimensions? or In which case u use Unconnected lookup?

2 Answers   TCS,


What are the tasks that can be performed using sq?

0 Answers  


What could be the possible resons of locks by user?

0 Answers  


I want skip first 5 rows to load in to target? what will be the logic at session level ??

1 Answers   IBM,


define galaxy repository in informatica

0 Answers  


in what type of scenario bulk loading and normal loading we use?

2 Answers   Cognizant, Wipro,


Can we use parameters of parameter file in presession command

1 Answers   Wipro,


How to convert IBM Cognos generated XML to a readable XML format for ETL tools

1 Answers  


Can anyone briefly describe abt audit table loading?

2 Answers   TCS,


I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.

0 Answers  


Categories