1
00:00:05,630 --> 00:00:10,910
In this lesson, we are going to talk briefly about database preparation.

2
00:00:16,980 --> 00:00:27,210
So, as you know, a most of the artificial intelligence applications are based on data.

3
00:00:27,780 --> 00:00:31,800
And one of the main sources of data are databases.

4
00:00:32,549 --> 00:00:41,490
So one of the things that you will have to focus your attention in before, uh, launching a, an LMS

5
00:00:41,490 --> 00:00:45,180
application is the source of your, of your data.

6
00:00:45,180 --> 00:00:54,630
And sometimes the database preparation is one of the main keys, a, that is going to impact in the

7
00:00:54,630 --> 00:00:57,600
quality, the performance of your application.

8
00:00:58,320 --> 00:01:07,350
So there is a phase, a working phase which we can call database preparation which is going to be important.

9
00:01:07,350 --> 00:01:14,760
And when you are in the situation of preparing the launch of your application, this is something that

10
00:01:14,760 --> 00:01:18,540
you will want to spend some time on.

11
00:01:18,900 --> 00:01:25,680
When we are talking about database preparation, as you will see once you study this topic further,

12
00:01:26,160 --> 00:01:28,470
we are talking about different things.

13
00:01:28,470 --> 00:01:34,740
For example, one of the things that it is important to consider when you are working with databases

14
00:01:34,770 --> 00:01:42,750
is the size of the databases, the size of the database and the way you handle it is going to affect

15
00:01:42,990 --> 00:01:48,690
the performance of your application, and especially the speed and the cost.

16
00:01:48,690 --> 00:01:55,470
So it is very important for you to consider the alternatives and the different impacts they are going

17
00:01:55,470 --> 00:01:57,870
to have in your application.

18
00:01:58,290 --> 00:02:07,860
Remember that in this program we have used very small, uh, sources of data, uh, in order to, uh,

19
00:02:07,860 --> 00:02:12,060
demonstrate the different exercises in a very easy and fast way.

20
00:02:12,060 --> 00:02:20,580
But in the real world, especially when you are dealing with enterprise level companies or a mass,

21
00:02:20,580 --> 00:02:27,390
uh l.l.m. applications, uh, you will have to use a very big databases.

22
00:02:27,390 --> 00:02:32,580
So it is very important for you to consider the size and how do you handle it.

23
00:02:32,580 --> 00:02:39,780
And apart from the size, you have some other considerations regarding regarding the the data itself.

24
00:02:39,780 --> 00:02:50,250
For example, you will have to a be careful about data quality about things like duplicated data or

25
00:02:50,250 --> 00:02:53,670
personal private confidential data.

26
00:02:53,670 --> 00:02:59,310
You can uh, include uh, in the database by mistake.

27
00:02:59,310 --> 00:03:07,230
And also you will have to be prepared for things like lack of domain specific context regarding the

28
00:03:07,230 --> 00:03:07,920
database.

29
00:03:07,920 --> 00:03:15,270
So we are not going to, uh, go into detail, uh, with this, with these topics here.

30
00:03:15,270 --> 00:03:24,270
The only purpose of this lesson is just to give you a warning right now, before you go to the to the

31
00:03:24,270 --> 00:03:30,600
last phase of, uh, your professional Elm application, that there are some things that you will need

32
00:03:30,600 --> 00:03:31,500
to consider.

33
00:03:31,770 --> 00:03:38,880
All these things depend on the consideration you are going to to give to all these.

34
00:03:38,880 --> 00:03:46,230
And different things will depend on the size of your team, the size of your budget, the characteristics

35
00:03:46,230 --> 00:03:48,180
of your projects, and many other things.

36
00:03:48,180 --> 00:03:54,600
But in this last part of the program, we just want to highlight some things that will be important

37
00:03:54,600 --> 00:04:00,420
for you in the last phases of preparing a professional Elm application.

38
00:04:02,570 --> 00:04:10,220
So in the next lesson, we are going to talk a little bit more about one topic we have already covered,

39
00:04:10,220 --> 00:04:12,920
which is drag optimization.

