1 00:00:00,150 --> 00:00:04,650 ‫The other option is to do a multi master application, which is a little bit. 2 00:00:06,780 --> 00:00:12,610 ‫Little bit complex because you now want to scale the rights, which is something you couldn't do with 3 00:00:13,150 --> 00:00:18,140 ‫just a master backup replication mode because the right is all it was goes to the single instance. 4 00:00:18,460 --> 00:00:23,070 ‫So if that instance just couldn't take the rights anymore, you need to scale it. 5 00:00:23,080 --> 00:00:23,860 ‫How do you do that? 6 00:00:23,950 --> 00:00:28,300 ‫Well, multiverse, that is one way, but it's a very complex way to implement. 7 00:00:28,300 --> 00:00:29,560 ‫And let me talk about that a little bit. 8 00:00:30,130 --> 00:00:34,810 ‫If if essentially you have multiple master leader nodes that accepts. 9 00:00:34,810 --> 00:00:35,140 ‫Right. 10 00:00:35,320 --> 00:00:37,840 ‫But the moment you say that, what does that mean? 11 00:00:38,590 --> 00:00:40,630 ‫We have two people accepting. 12 00:00:40,630 --> 00:00:41,050 ‫Right. 13 00:00:41,260 --> 00:00:45,290 ‫And if we do that, then there is a possibility of conflicts. 14 00:00:46,000 --> 00:00:46,450 ‫Right. 15 00:00:46,680 --> 00:00:48,130 ‫That's just very complicated. 16 00:00:48,150 --> 00:00:52,900 ‫It's like I can write something here and I can write completely something different in another. 17 00:00:53,930 --> 00:00:59,720 ‫Database and that that could lead to conflict and you need to do conflict resolution and all that stuff. 18 00:00:59,750 --> 00:01:07,790 ‫Some people do that, but most database systems prefer the original one, which is that one way or application. 19 00:01:07,790 --> 00:01:10,310 ‫It's one much, much, much easier to implement. 20 00:01:10,400 --> 00:01:10,660 ‫Right. 21 00:01:12,020 --> 00:01:18,890 ‫And again, you can you can have so multiple backup followers, not just each node, will follow a different 22 00:01:19,400 --> 00:01:23,180 ‫master, essentially, but there are multiple nodes, essentially.