Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 264237
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T22:40:08+00:00 2026-05-11T22:40:08+00:00

Looking for stats for input sizes of at least between 4 and 30 MB.

  • 0

Looking for stats for input sizes of at least between 4 and 30 MB.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T22:40:08+00:00Added an answer on May 11, 2026 at 10:40 pm

    To my knowledge, there are no published stats, but as Gandalf suggested in the comment on your question, you can test it yourself. To get the stats I would recommend using the DBMS_PROFILER package which times lines of PLSQL down to the nanosecond.

    A quick primer on DBMS_PROFILER cribbed from Oracle PL/SQL Programming by Steven Feuerstein (published by O’Reilly):

    Install scripts (for your DBA): $ORACLE_HOME/rdbms/admin/profload.sql

    Install scripts (for your schema to capture stats): $ORACLE_HOME/rdmbs/admin/proftab.sql

    scripts for reporting (for your schema): $ORACLE_HOME/plsql/demo/profrep.sql
    $ORACLE_HOME/plsql/demo/profsum.sql

    to profile:

    Begin
       DBMS_OUTPUT.PUT_LINE(DBMS_PROFILER.START_PROFILER('tag value for your run'));
       your_procedure_to_test();
       DBMS_OUTPUT.PUT_LINE(DBMS_PROFILER.STOP_PROFILER());
    END;
    

    to get reports, run one of the queries in the scripts for reporting.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for help using sum() in my SQL query: SELECT links.id, count(DISTINCT stats.id)
I have been looking at trying to differentiate between editing states in my UITableView.
Looking for help on writing a Perl program that takes an input file and
Basically I'm looking to create a page using PHP that will take SQL input,
I am looking for a way to read an input file and print only
I'm looking for usage statistics of Apples iOS. Something like that http://www.w3schools.com/browsers/browsers_stats.asp for browser
I'm looking to add new states to a TextView. I chose TextViews because they're
I am looking for a map/reduce function to calculate the status in a Design
I have an apache log I am looking to filter on HTTP status codes.
I'm looking for a best practice / low test friction way to do state

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.