blob: 94f94a66a4c1a5866ba22e1ecf4b73513a2ce6bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] Starting packages import in Mageia svn
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Starting%20packages%20import%20in%20Mageia%20svn&In-Reply-To=%3Cm37heb3r2o.fsf%40euphor.blino.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001914.html">
<LINK REL="Next" HREF="001924.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] Starting packages import in Mageia svn</H1>
<B>Olivier Blin</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Starting%20packages%20import%20in%20Mageia%20svn&In-Reply-To=%3Cm37heb3r2o.fsf%40euphor.blino.org%3E"
TITLE="[Mageia-sysadm] Starting packages import in Mageia svn">mageia at blino.org
</A><BR>
<I>Wed Jan 12 01:26:23 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="001914.html">[Mageia-sysadm] Starting packages import in Mageia svn
</A></li>
<LI>Next message: <A HREF="001924.html">[Mageia-sysadm] Starting packages import in Mageia svn
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1923">[ date ]</a>
<a href="thread.html#1923">[ thread ]</a>
<a href="subject.html#1923">[ subject ]</a>
<a href="author.html#1923">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Michael Scherer <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">misc at zarb.org</A>> writes:
><i> Easier to sort, easier to do select ( like showing just the package of a
</I>><i> maintainer without selecting the whole listing of rpm, and doig lots of
</I>><i> I/O )
</I>><i>
</I>><i> It would spread the load amongst server (I/O wise again), it would use a
</I>><i> proper indexing system, as the main part of the job of the status page
</I>><i> is to find the list of job by getting all inodes from some predefined
</I>><i> directory.
</I>
I'm not sure the current way requires too much I/O, if the main BS
interface just lists the contents of the ~schedbot/uploads/ directories.
It's what urli + emi are doing as well, and it's extremly likely to be
cached when the BS interface tries to browser the tree.
Check for yourself at <A HREF="http://pkgsubmit.mageia.org/">http://pkgsubmit.mageia.org/</A>
Sure, a db is certainly more efficient, but more complex to code, and
prone to inconsistencies between the db state and tree state.
--
Olivier Blin - blino
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001914.html">[Mageia-sysadm] Starting packages import in Mageia svn
</A></li>
<LI>Next message: <A HREF="001924.html">[Mageia-sysadm] Starting packages import in Mageia svn
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1923">[ date ]</a>
<a href="thread.html#1923">[ thread ]</a>
<a href="subject.html#1923">[ subject ]</a>
<a href="author.html#1923">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>
|