Library

Video Player is loading.
 
Current Time 3:37
Duration 6:08
Loaded: 0.00%
 
x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:04

    Hello and Welcome to using MySQL

  • 00:05

    to build Big Data applications

  • 00:08

    to build Big Data applications

  • 00:09

    This is going to be a tutorial about

  • 00:13

    obviously, using MySQL

  • 00:15

    obviously, using MySQL

  • 00:16

    to build Big Data applications, but

  • 00:19

    when I mean Big Data

  • 00:21

    when I mean Big Data

  • 00:23

    there could be two things, it could be..

  • 00:25

    there could be two things, it could be..

  • 00:27

    Sorry, there could be two problems that you are addressing. Either it's an problem of scaling

  • 00:32

    as in, my system already has a lot of data and I..

  • 00:33

    as in, my system already has a lot of data and I..

  • 00:37

    I would like to be able to

  • 00:39

    I would like to be able to

  • 00:41

    make the existing features more performant or

  • 00:44

    be allowed to get more volume

  • 00:45

    be allowed to get more volume

  • 00:47

    and the other problem is reporting

  • 00:50

    and the other problem is reporting

  • 00:53

    in the sense that you already have Big Data

  • 00:55

    in the sense that you already have Big Data

  • 00:56

    in the sense that you already have Big Data

  • 00:58

    and you are asked to make use of that in some way

  • 01:00

    and you are asked to make use of that in some way

  • 01:02

    and you are asked to make use of that in some way

  • 01:05

    to either give more insight

  • 01:08

    to either give more insight

  • 01:10

    to the business users in your organization or give aggregated reports

  • 01:14

    to your customers about how they are performing

  • 01:17

    to your customers about how they are performing

  • 01:20

    and I'm going to focus today, on this side (reporting)

  • 01:20

    and I'm going to focus today, on this side (reporting)

  • 01:22

    and I'm going to focus today, on this side (reporting)

  • 01:24

    of the Big Data the problem.

  • 01:27

    So what is the problem with with the Big Data?

  • 01:28

    So what is the problem with with the Big Data?

  • 01:34

    Basically, it's as if you have a very large table

  • 01:36

    Basically, it's as if you have a very large table

  • 01:38

    Basically, it's as if you have a very large table

  • 01:42

    with millions or billions of rows

  • 01:46

    with millions or billions of rows

  • 01:51

    and in order to do the reporting that you need to do

  • 01:53

    and in order to do the reporting that you need to do

  • 02:00

    you need to gather all this information from this table and process it in some way

  • 02:01

    you need to gather all this information from this table and process it in some way

  • 02:05

    However, what does that mean in terms of the underlying physics of it.

  • 02:06

    However, what does that mean in terms of the underlying physics of it.

  • 02:08

    However, what does that mean in terms of the underlying physics of it.

  • 02:11

    You have a hard disk

  • 02:13

    You have a hard disk

  • 02:16

    (let's pretend that's a hard disk)

  • 02:19

    and in order to get the certain rows from the table on the hard disk

  • 02:22

    and in order to get the certain rows from the table on the hard disk

  • 02:25

    you have to go over many different places in the hard disk

  • 02:27

    So, if it is a large amount of data (that) would obviously be more time consuming.

  • 02:30

    If the data is fragmented across different places on the hard disk that would mean you have to spin more.

  • 02:33

    If the data is fragmented across different places on the hard disk that would mean you have to spin more.

  • 02:36

    If the data is fragmented across different places on the hard disk that would mean you have to spin more.

  • 02:39

    and once you have that

  • 02:41

    you need to get that data into the CPU (roughly)

  • 02:43

    you need to get that data into the CPU (roughly)

  • 02:46

    you need to get that data into the CPU (roughly)

  • 02:48

    to aggregate that (data)

  • 02:50

    to aggregate that (data)

  • 02:51

    To process it (the data). To manipulate it into whatever way you need it to (be)

  • 02:55

    and then you produce a report

  • 02:59

    which you later provide to your users

  • 03:02

    which you later provide to your users

  • 03:03

    provide to your users

  • 03:07

    and they are happy about it

  • 03:10

    (I'm not sure if you can see that)

  • 03:14

    So, this problem has actually been going on for a very long time

  • 03:15

    So, this problem has actually been going on for a very long time

  • 03:18

    How are we able to, with existing hardware technologies,

  • 03:22

    How are we able to, with existing hardware technologies,

  • 03:25

    get more data faster to be able to process it and turn it into a report

  • 03:26

    get more data faster to be able to process it and turn it into a report

  • 03:31

    Many years ago, a person called Ralph Kimbal

  • 03:35

    who is the main or one of the two main contributors to the data warehousing

  • 03:36

    who is the main or one of the two main contributors to the data warehousing

  • 03:42

    who is the main or one of the two main contributors to the data warehousing

  • 03:46

    who is the main or one of the two main contributors to the data warehousing

  • 03:48

    he came up with.. data warehousing.. I wouldn't say movement, but technology

  • 03:51

    he came up with.. data warehousing.. I wouldn't say movement, but technology

  • 03:53

    he came up with.. data warehousing.. I wouldn't say movement, but technology

  • 03:54

    came up with the idea in 1995 or 1996

  • 03:56

    came up with the idea in 1995 or 1996

  • 03:58

    where he said basically, no matter what the technology is

  • 03:59

    where he said basically, no matter what the technology is

  • 04:01

    is we'll always have to go through a large number of rows

  • 04:04

    is we'll always have to go through a large number of rows

  • 04:06

    so how can we design our database

  • 04:10

    (in a way) that we are able to produce reports without

  • 04:11

    (in a way) that we are able to produce reports without

  • 04:13

    (in a way) that we are able to produce reports without

  • 04:15

    (in a way) that we are able to produce reports without

  • 04:19

    very resource intensive operations and

  • 04:22

    what he thought was

  • 04:23

    his solution to this program was basically to create something called a summary table

  • 04:27

    his solution to this program was basically to create something called a summary table

  • 04:29

    and a summary table is an aggregated

  • 04:32

    version of this table

  • 04:35

    obviously, smaller and with less rows

  • 04:38

    that data is already been

  • 04:42

    taken from here (the large table) and

  • 04:43

    summarized here (the small table). So when you access this summary table

  • 04:51

    it's obviously much easier to get the rows and much easier to give back the results

  • 04:55

    it's obviously much easier to get the rows and much easier to give back the results

  • 05:00

    it's obviously much easier to get the rows and much easier to give back the results

  • 05:01

    So let me give some examples about what

  • 05:06

    what that would look like

  • 05:14

    so let's say, you have

  • 05:17

    so let's say, you have

  • 05:18

    a table

  • 05:24

    and it has orders

  • 05:28

    like a basic e-commerce site

  • 05:31

    and you have

  • 05:33

    usually a hundred thousand rows

  • 05:36

    usually a hundred thousand rows

  • 05:39

    per day

  • 05:42

    so it's not really a

  • 05:44

    not really an issue for any relational database.

  • 05:48

    You store those rows

  • 05:50

    You store those rows

  • 05:51

    with the database. That's fine.

  • 05:54

    But your period of time, lets say a year

  • 05:58

    But your period of time, lets say a year

  • 06:02

    you have quite a large number of rows

  • 06:05

    So you start to have 36.5 million rows

  • 06:07

    and that could get cumbersome

  • 06:10

    and in some cases

  • 06:11

    it could be much more than 100,000 rows, but lets stick to this example

  • 06:15

    So you want to

  • 06:19

    create a report from the orders table and you want to know

  • 06:22

    create a report from the orders table and you want to know

  • 06:24

    The business users in your organization want to know how certain products doing across particular dates

  • 06:29

    The business users in your organization want to know how certain products doing across particular dates

  • 06:31

    The business users in your organization want to know how certain products doing across particular dates

  • 06:33

    What you could you do (is), you could create a summary table

  • 06:36

    What you could you do (is), you could create a summary table

  • 06:37

    like this

  • 06:39

    and

  • 06:41

    For the sake of clarity, I'll write a SELECT statement here that will explain the contents of the summary table. So you have

  • 06:45

    For the sake of clarity, I'll write a SELECT statement here that will explain the contents of the summary table. So you have

  • 06:48

    select

  • 06:50

    So lets say we need date, because that was what was requested

  • 06:51

    So lets say we need date, because that was what was requested

  • 06:53

    and any product_id

  • 07:00

    and we want to get the aggregated details of revenue

  • 07:02

    and we want to get the aggregated details of revenue

  • 07:04

    and we want to get the aggregated details of revenue

  • 07:15

    and then we GROUP BY it

  • 07:21

    date

  • 07:22

    Basically the two keys (columns)

  • 07:26

    date and product_id

  • 07:31

    This is now the new summary table and we can call it

  • 07:35

    product revenue summary

  • 07:37

    product revenue summary

  • 07:40

    product revenue summary

  • 07:44

    and this had to say we have . hundred products, so this will have

  • 07:48

    hundred rows a day

  • 07:56

    So obviously, you could

  • 07:58

    after generating this table

  • 08:00

    You could provide this table to your business users and say

  • 08:06

    "Do whatever you need. Find out whatever information you want to gather."

  • 08:09

    so lets say for example,

  • 08:12

    If someone were to query for product 13A

  • 08:16

    If someone were to query for product 13A

  • 08:17

    If someone were to query for product 13A

  • 08:19

    and how it did (performed) on weekends

  • 08:21

    and how it did (performed) on weekends

  • 08:27

    so perhaps you know you would find the table

  • 08:28

    so perhaps you know you would find the table

  • 08:30

    for weekends or dates

  • 08:34

    Get only weekends and perhaps INNER JOIN it with that (summary) table

  • 08:36

    Get only weekends and perhaps INNER JOIN it with that (summary) table

  • 08:38

    and you'll get their answer very quickly

  • 08:40

    and you'll get their answer very quickly

  • 08:41

    and you'll get their answer very quickly

  • 08:44

    and your users will be happy because of it

  • 08:45

    and your users will be happy because of it

  • 08:47

    A different sample

  • 08:50

    or a different summary table could be for people who are interested to know how the

  • 08:54

    product is selling across a particular geography

  • 08:58

    and in this case, lets say city

  • 09:00

    so

  • 09:02

    what we would need to do for that it's a city_id isn't recorded in the orders table

  • 09:07

    we would need to enrich

  • 09:08

    we would need to enrich

  • 09:10

    the table a little bit

  • 09:12

    and the way we do that is we

  • 09:14

    we INNER JOIN it with the addresses table

  • 09:19

    and

  • 09:23

    what we would do is we would, basically.. I'll just write it here

  • 09:25

    what we would do is we would, basically.. I'll just write it here

  • 09:27

    you would do SELECT

  • 09:30

    let's do

  • 09:31

    let's do

  • 09:34

    o for orders, o.date

  • 09:39

    and

  • 09:41

    city

  • 09:45

    and

  • 09:46

    sum(o.revenue) FROM orders o

  • 10:05

    INNER JOIN addresses a

  • 10:06

    INNER JOIN addresses a

  • 10:11

    on

  • 10:14

    on

  • 10:15

    (actually) using

  • 10:18

    address_id

  • 10:24

    address_id

  • 10:30

    GROUP BY date and city

  • 10:42

    and we will fill up a new summary table

  • 10:43

    and we will fill up a new summary table

  • 10:45

    called

  • 10:47

    called

  • 10:49

    city revenue summary

  • 10:59

    so here we have

  • 11:02

    two summary tables

  • 11:04

    Two different ways of slicing the data. Now

  • 11:08

    you aren't exactly limited by the number of summary tables you can have

  • 11:09

    you aren't exactly limited by the number of summary tables you can have

  • 11:11

    obviously, they take a certain amount of space and

  • 11:16

    obviously, they take a certain amount of space and

  • 11:18

    they also take some effort into creating (them), but we'll get into that soon

  • 11:19

    they also take some effort into creating (them), but we'll get into that soon

  • 11:24

    was you could have done for example here is that you could have added city to to product

  • 11:29

    so you have product

  • 11:30

    you have here date, product_id and city_id

  • 11:33

    make it a larger summary table, but you can get the data in two different ways

  • 11:37

    or perhaps you can then have a more extensive

  • 11:41

    more extensive summary table with a higher level of granularity

  • 11:42

    more extensive summary table with a higher level of granularity

  • 11:46

    You could search for product and city and date

  • 11:49

    that could be a user requirement. It depends.

  • 11:52

    if you're interested in getting to the data in one way

  • 11:56

    You are only interested in slicing the data in this way or slicing the data in this way (second summary table)

  • 11:59

    You are only interested in slicing the data in this way or slicing the data in this way (second summary table)

  • 12:02

    currently you have two summary tables

  • 12:04

    and this particular summary table has saved you an INNER JOIN

  • 12:07

    that could be quite valuable in terms of performance, saving you an INNER JOIN

  • 12:15

    So, those are the two examples

  • 12:17

    i'd just like to quickly

  • 12:20

    give another example

  • 12:22

    of what happens nowadays in some other companies

  • 12:24

    of what happens nowadays in some other companies

  • 12:31

    some social networks

  • 12:37

    Already kind of use the idea of summary tables

  • 12:40

    in their systems

  • 12:43

    lets say

  • 12:44

    they have lots of servers

  • 12:49

    it's spread geographically: this is Europe

  • 12:54

    This is North America. This is South America

  • 12:57

    and this is Asia

  • 12:58

    and this is Asia

  • 13:02

    and

  • 13:03

    in order for them to get reports that they are interested in

  • 13:07

    what they would do is they would get data

  • 13:08

    what they would do is they would get data

  • 13:11

    From all the servers

  • 13:13

    into lets say a map/reduce system

  • 13:16

    in this case lets say hadoop, for example

  • 13:22

    and remember, we don't need the exact

  • 13:24

    and remember, we don't need the exact

  • 13:26

    once it arrives here, we don't need the exact data from them. We need the aggregated data to goto

  • 13:28

    once it arrives here, we don't need the exact data from them. We need the aggregated data to goto

  • 13:31

    once it arrives here, we don't need the exact data from them. We need the aggregated data to goto

  • 13:32

    to another database or another summary table

  • 13:33

    to another database or another summary table

  • 13:35

    and once the data from here is aggregated

  • 13:39

    it goes into a reporting database

  • 13:45

    depending on their needs this can be mysql database

  • 13:50

    depending on their needs this can be mysql database

  • 13:51

    if their needs are greater, it could be

  • 13:52

    if their needs are greater, it could be

  • 13:53

    if their needs are greater, it could be

  • 13:56

    any number of commercial or open source solutions which can handle

  • 14:00

    larger amounts of data

  • 14:03

    But the theory is very similar to

  • 14:05

    the example of summary tables there was that you get

  • 14:08

    data from from someplace you

  • 14:12

    you summer you advocated in the clinton reporting databases manual use those

  • 14:18

    you know years those

  • 14:20

    uh... access to state the base

  • 14:25

    and

  • 14:25

    korea

  • 14:27

    according hollers as they see cannot from becky affirmative also creates

  • 14:31

    ripples on your own

  • 14:35

    but he's a study group or to chat

  • 14:38

    uh...

  • 14:39

    though you can't

  • 14:41

    change of course you can change according to the report is is as it is

  • 14:44

    whereas here

  • 14:46

    uh... if they want to change

  • 14:47

    uh... the query okay

  • 14:49

    different information once today

  • 14:51

    discover there's something wrong with that they prevail and it's not slacking

  • 14:54

    more information according to what they found that they can

  • 14:57

    uh... graders that was whereas here it's static

  • 15:02

    um...

  • 15:03

    so

  • 15:04

    as well

  • 15:06

    a lot of things you're adding basically have the leading ill to yield a delay

  • 15:09

    system a subsystem

  • 15:10

    uh... or something

  • 15:12

    and you need to know

  • 15:15

    basically

  • 15:17

    creator

  • 15:18

    he needs to

  • 15:20

    uh... make sure that

  • 15:21

    dates are rising too

  • 15:23

    data constantly

  • 15:25

    rising to the summary tables

  • 15:27

    and needs more thought everything goals according as well

  • 15:30

    soul

  • 15:32

    uh...

  • 15:33

    the joys residue of the owners

  • 15:38

    animal duets with

  • 15:40

    pass that you can do is the reason the some

  • 15:43

    is that the summertime blues yeah

  • 15:45

    uh... one is real time

  • 15:49

    and one is attached

  • 15:54

    university either on angel home

  • 15:58

    overlooking once an hour

  • 16:04

    or job it's that time

  • 16:08

    geranium for example when no one's yours it's over and

  • 16:12

    uh...

  • 16:14

    it's very securities the pros

  • 16:17

    lettuce for example it sorry

  • 16:18

    that seems a little ones once an hour soldier getting older all the all those

  • 16:23

    that happened

  • 16:24

    over the last hour and breaking it

  • 16:26

    i'm putting it into the summary tables

  • 16:29

    insect time

  • 16:31

    same principle but

  • 16:32

    for all the day's worth of episodes

  • 16:34

    it's becoming a bit

  • 16:35

    uh... large amount of

  • 16:36

    in these cases it's important to note that

  • 16:39

    the summit that was our only refreshed

  • 16:41

    you know once in a row once a day so

  • 16:43

    it's a business decision that's okay that's

  • 16:46

    and you can go out and do that

  • 16:48

    uh...

  • 16:50

    mcconnell's

  • 16:54

    martin duckworth

  • 16:55

    and

  • 16:56

    forestry with uh...

  • 16:59

    so it would be with

  • 17:00

    not saw this with his uh... and the system

  • 17:03

    you need to set up monitoring

  • 17:06

    because you can't just take for granted that you know that has a right you can

  • 17:09

    just create something like the select statement that i created

  • 17:13

    put in the crimes of and and all that nothing goes around you have to make

  • 17:16

    sure that that

  • 17:17

    at everything

  • 17:18

    is there's no warning messages no analysts is that the didgeridoo

  • 17:21

    as it should

  • 17:23

    um...

  • 17:24

    regarding my sql

  • 17:29

    to set something like this out

  • 17:31

    you can basically is a select statement that i i did

  • 17:35

    you know what the celts and uh...

  • 17:37

    well close depending on your

  • 17:39

    on norinko

  • 17:41

    an insult into

  • 17:43

    three-fifths if it's owns themselves for example you have uh...

  • 17:47

    once all alert reporting so lands

  • 17:50

    uh... you have a date the coming through petition which is the the riddles atm

  • 17:56

    so you can set up

  • 17:57

    magistrates mountain

  • 18:00

    for example

  • 18:01

    this is you're going to lose

  • 18:04

    and here is your role

  • 18:07

    mainstream

  • 18:09

    lazy reporting seem

  • 18:14

    annual to st louis yeah

  • 18:22

    and have for example you have the to some of them

  • 18:26

    and you would do use the insult statement here

  • 18:30

    and something to say pencils

  • 18:34

    uh... take it from here

  • 18:37

    things that the clinton

  • 18:38

    these two well

  • 18:39

    so or that openssl

  • 18:41

    insert it into

  • 18:43

    tabled

  • 18:51

    that the other

  • 18:52

    uh...

  • 18:52

    the other way of doing this is

  • 18:56

    perhaps a bit

  • 18:58

    bids moral

  • 18:59

    slightly more confusing but sometimes it's a requirement by

  • 19:02

    something databases

  • 19:04

    that you do select

  • 19:07

    uh... unsolved problem

  • 19:11

    some kind of fun

  • 19:13

    and then some kind of uh...

  • 19:16

    into our

  • 19:18

    on the twenty on august the loads

  • 19:21

    data

  • 19:23

    info on

  • 19:25

    command mysql

  • 19:27

    and

  • 19:28

    this is

  • 19:29

    sunday just helps with rick occasional absolute soaking

  • 19:32

    requirement so that was one of the please do whatever is more convenient

  • 19:35

    for you

  • 19:36

    i would say it

  • 19:37

    i would advocate

  • 19:41

    here for example e

  • 19:43

    wearing them as a group of

  • 19:46

    i would also bergmann ending a little boy now

  • 19:52

    because my skill by default

  • 19:54

    would have the uh... grew brian

  • 19:58

    also

  • 19:58

    w invisible although by columns that you chose and that means you have to do in

  • 20:03

    addition fossil thing

  • 20:05

    if you don't need that they don't require it

  • 20:08

    uh... estimate total

  • 20:09

    you can handle it by now and a commandment

  • 20:12

    uh... you can

  • 20:15

    so you can not

  • 20:18

    frank usual unique he's on on these

  • 20:21

    and you can

  • 20:22

    replacing terror that smoking principally no ring true

  • 20:26

    uh... you can

  • 20:28

    aren't story differs empl

  • 20:32

    murdered a job

  • 20:34

    between going to love the data uh...

  • 20:36

    uh...

  • 20:38

    it's only need a tony date arrives and that's fine but if for example

  • 20:42

    uh...

  • 20:44

    there's a

  • 20:45

    chance of although they could being updated then you have to

  • 20:48

    perhaps include more than when i walk for beta in into your interval you have

  • 20:52

    to maybe

  • 20:54

    diesel too little as i said replace interested in going to

  • 20:58

    ordinator that may be updated you have to either recalled which totals of days

  • 21:03

    ago you can just

  • 21:04

    bulk say

  • 21:06

    the last three six seven days

  • 21:09

    uh...

  • 21:11

    if any that there was a bit in that period of time please update

  • 21:15

    countries object sometimes with a vaca

  • 21:19

    submit something to look out for with uh...

  • 21:22

    what do you can do is best for do

  • 21:25

    uh...

  • 21:27

    solar duke however didn't go

  • 21:29

    that their cargoes quite good recently

  • 21:31

    and

  • 21:33

    this is still the same back

  • 21:39

    still blanche

  • 21:44

    i would say though that the relation that was regarding you know

  • 21:47

    the crew buys

  • 21:50

    this congregation tradition there is still very very strong

  • 21:53

    uh... you would

  • 21:55

    look at uh... wanted to do

  • 21:58

    even though it's questions to just one

  • 22:00

    beta versions not paralyzed very well

  • 22:03

    uh... its

  • 22:05

    if it takes a very long time you may want to a group in some way

  • 22:09

    uh... just the differences here that this is one senator can be you know five

  • 22:12

    six seven eight cells

  • 22:14

    uh... judge richard data so he would you would get it

  • 22:18

    heating digital mysql

  • 22:19

    database

  • 22:22

    interview with you

  • 22:26

    cluster

  • 22:29

    and i go back and kids

  • 22:32

    or you can have back employees have hurt

  • 22:34

    specific reporting data

  • 22:38

    regarding real time

  • 22:42

    interest in this basically means triggers

  • 22:46

    powell purification

  • 22:48

    and understands dirt itself so

  • 22:51

    daggers once you update uh... regulator base

  • 22:55

    when your insults and also that the riddle database

  • 22:58

    uh... yesterday the summary tables as well

  • 23:01

    in the same in the same uh...

  • 23:03

    instance

  • 23:05

    so

  • 23:07

    or is it is a bit of an overhead

  • 23:09

    uh... if you have a high note in the day the races

  • 23:12

    in general and uh... uh...

  • 23:15

    and you can take this additional rental grand

  • 23:18

    you may want to consider branch all you know i consider all

  • 23:21

    i don't want to use it

  • 23:22

    requirement has to be real time and i i think you're in for social networks this

  • 23:26

    is going to be like every requirement

  • 23:29

    um...

  • 23:31

    so

  • 23:33

    you have

  • 23:34

    basically when you have been so sick man here

  • 23:37

    uh...

  • 23:38

    you would

  • 23:39

    if it's tickets for example

  • 23:41

    you have uh...

  • 23:43

    some integration then you would

  • 23:45

    so you know for this particular line

  • 23:48

    adv did them on document the distance

  • 23:51

    this one role

  • 23:53

    into this table and that is

  • 23:54

    attitude

  • 23:55

    if it's been updated

  • 23:56

    change it if it's the lead to remove it

  • 23:59

    there is also in a lot of other functions functions average main

  • 24:03

    maxim that

  • 24:04

    can be more complicated

  • 24:06

    uh... there is an envelope arrived

  • 24:10

    mobile from other websites

  • 24:14

    speaks about that

  • 24:15

    how to get used to go out to right uh...

  • 24:18

    transformed

  • 24:20

    if alum

  • 24:23

    it's not an issue to add these two girls though it is an issue tablets relief

  • 24:28

    and it's a bit more convenient

  • 24:29

    because mona you don't need to monitor it so much

  • 24:33

    index

  • 24:34

    uh... if you insult if you answer that

  • 24:37

    and something goes wrong and i wanted to make sense of it so were friends you fix

  • 24:40

    it done and uh...

  • 24:42

    if you're using a tribute to log something and then delete legend and

  • 24:45

    asynchronous and

  • 24:47

    slugs accurate time

  • 24:49

    then you may need to use the monitor

  • 24:51

    but uh...

  • 24:52

    trying to confuse you

  • 24:54

    uh...

  • 24:55

    we've done basically trios

  • 24:57

    and you can't find him halted set that up

  • 25:00

    uh...

  • 25:03

    and was being

  • 25:07

    so

  • 25:08

    just as a summarize

  • 25:13

    even as the gorgeous progress

  • 25:16

    if you want to speed up you'll

  • 25:18

    your reports

  • 25:19

    it is a good idea to have some examples

  • 25:26

    uh...

  • 25:28

    and you can use that reports of those

  • 25:30

    it's very common

  • 25:32

    in places a couple of days now

  • 25:35

    and

  • 25:36

    uh...

  • 25:38

    i'm showing you can help you

  • 25:40

    it does take a bit of addition design and i haven't spoken about it looks a

  • 25:44

    bit of an example where

  • 25:46

    we've removed animal join with pcp

  • 25:49

    ambitions on

  • 25:51

    something you have to look at it more and as a group of seven given

  • 25:54

    too much code example soul

  • 25:56

    uh... this is really interesting obviously understand what some of the

  • 25:59

    rules are

  • 26:01

    um...

  • 26:03

    exit thank you for watching my sister

  • 26:06

    uh... if you want to contacting

  • 26:10

    uh... this reminder to us

  • 26:14

    anderson in mind

  • 26:15

    website slash blog

  • 26:17

    we can find out more information to fit in the past

  • 26:20

    thank you very much

All

The example sentences of WAREHOUSING in videos (8 in total of 9)

o proper noun, singular the determiner data noun, plural warehousing verb, gerund or present participle and coordinating conjunction bi proper noun, singular teams noun, plural need verb, non-3rd person singular present as preposition or subordinating conjunction much adjective cohesion noun, singular or mass as preposition or subordinating conjunction possible adjective to to ensure verb, base form that preposition or subordinating conjunction both determiner
who wh-pronoun is verb, 3rd person singular present the determiner main adjective or coordinating conjunction one cardinal number of preposition or subordinating conjunction the determiner two cardinal number main adjective contributors noun, plural to to the determiner data noun, plural warehousing verb, gerund or present participle
for preposition or subordinating conjunction a determiner data noun, plural engineer noun, singular or mass , knowledge noun, singular or mass of preposition or subordinating conjunction data noun, plural modeling noun, singular or mass for preposition or subordinating conjunction both determiner data noun, plural warehousing verb, gerund or present participle and coordinating conjunction big proper noun, singular data proper noun, singular is verb, 3rd person singular present
the determiner second adjective strategy noun, singular or mass is verb, 3rd person singular present a determiner performance noun, singular or mass expansion noun, singular or mass of preposition or subordinating conjunction the determiner data noun, plural warehouse noun, singular or mass called verb, past participle a determiner data proper noun, singular warehousing verb, gerund or present participle
this determiner framework noun, singular or mass in preposition or subordinating conjunction the determiner world noun, singular or mass of preposition or subordinating conjunction data noun, plural warehousing verb, gerund or present participle is verb, 3rd person singular present a determiner critical adjective component noun, singular or mass as preposition or subordinating conjunction it personal pronoun will modal provide verb, base form
now adverb that preposition or subordinating conjunction you personal pronoun ve proper noun, singular watched verb, past tense this determiner video noun, singular or mass i personal pronoun recommend verb, non-3rd person singular present you personal pronoun take verb, non-3rd person singular present a determiner look noun, singular or mass at preposition or subordinating conjunction my possessive pronoun video noun, singular or mass on preposition or subordinating conjunction data proper noun, singular warehousing verb, gerund or present participle ,
i personal pronoun mentioned verb, past tense that preposition or subordinating conjunction in preposition or subordinating conjunction previous adjective videos noun, plural , that preposition or subordinating conjunction nvc proper noun, singular is verb, 3rd person singular present like preposition or subordinating conjunction a determiner warehousing verb, gerund or present participle facility noun, singular or mass right adverb now adverb ,
the determiner cost noun, singular or mass savings noun, plural were verb, past tense huge adjective since preposition or subordinating conjunction warehousing verb, gerund or present participle is verb, 3rd person singular present seriously adverb expensive adjective ; you personal pronoun need verb, non-3rd person singular present to to pay verb, base form for preposition or subordinating conjunction

Definition and meaning of WAREHOUSING

What does "warehousing mean?"

/ˈwerˌhouziNG/

noun
practice or process of storing goods in warehouse.
verb
To store things in a large building.