Why not use SELECT * FROM XXX (Oracle Pro Test)

Source: Internet
Author: User

Open used Time
Set timing on;
CREATE table users (ID number), name varchar2, password varchar2 (20));
Insert into users values (111111111111111, ' Enuero Qi star ', ' [email protected] ');
INSERT into users (ID, name, password) select * from users; Insert 32,768 piece of data
select * from Users; spents 40.58 seconds
Select name from users; spents 23.34 seconds
select * from Users; spents 38.58 seconds
Select name from users; spents 23.91 seconds
select * from Users; spents 39.47 seconds
Select name from users; spents 24.28 seconds

Why not use SELECT * FROM XXX (Oracle Pro Test)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.