banner_jpg
Username/Email: Password:
Forums

Manga List Bug Topic

Pages (120) [ First ... 116 117 118 Last ] Next
You must be registered to post!
From User
Message Body
Post #802782
user avatar
Member

8:41 am, Jun 18 2023
Posts: 3


This page is bugged: https://www.mangaupdates.com/series/c6p8t9a/joujuu-senjin-mushibugyo

Post #802783 - Reply to (#802782) by Deago
user avatar


10:21 am, Jun 18 2023
Posts: 10673


Quote from Deago

Fixed now

________________
A just ruler amongst tyrants
user avatar


12:03 am, Jun 24 2023
Posts: 10673


Got rid of 2nd

________________
A just ruler amongst tyrants
Post #803366
Post #803381 - Reply to (#803366) by goruu
user avatar


6:24 pm, Aug 2 2023
Posts: 10673


Quote from goruu

Fixed

________________
A just ruler amongst tyrants
Post #803399
Member

4:00 pm, Aug 5 2023
Posts: 4


Fate/Grand Order: Epic of Remnant - Shinkai Dennou Rakudo SE.RA.PH is on chap 29 not 39

Post #803400 - Reply to (#803399) by Komic
user avatar


6:02 pm, Aug 5 2023
Posts: 10673


Quote from Komic
Fate/Grand Order: Epic of Remnant - Shinkai Dennou Rakudo SE.RA.PH is on chap 29 not 39

Fixed

________________
A just ruler amongst tyrants
Member

7:03 am, Aug 12 2023
Posts: 113


the 'list option' filter in advanced find is not working when I specifically select one of my custom lists

Last edited by lollylopmr at 7:04 am, Aug 12 2023

Member

3:31 pm, Sep 13 2023
Posts: 8


"Only show manga not on any of my lists" not working. I have mangas in my completed list and i have selected to not show any items from my list in the advanced search, but its showing anyway. It even shows the indicator that its in a list when i search. It shouldnt show them, but it does.

Post #803845 - Reply to (#803843) by AskingBrigade
user avatar


4:51 pm, Sep 13 2023
Posts: 2659


If you have more than a certain amount of items in your list, then it will stop working. It only works for 10,000 I think.

Post #803853 - Reply to (#803845) by Manick
Member

8:20 am, Sep 14 2023
Posts: 8


Why tho. If i would build a sql query i would just join the tables and filter it out if its exist. Something like that 'SELECT table1.*FROM table1 LEFT JOIN table2 ON table1.id = table2.table1_id and table2.user_id = 1 WHERE table2.table1_id IS NULL;'. I doubt that this will take much longer than the normal query without that when the tables are linked with foreign keys. I dont even know how to add a limit of 10k. (Assuming you have a table structure like this for the lists: id int, list_id int, user_id int, table1_id int)

EDIT: and there seems to be another problem with the functionality of it. When i add something to a list on a new account with no lists it takes a few minutes before it works. That could be a caching issue.

EDIT2: now that i think about it. the performance will be worse. the line row lookups should double compared to the normal search, since it needs to lookup a single row in table2 for each row that is processed in table1. But this is inevitable when processing lists. even if there is a list that has 1mil mangas in it it should query all of them within a few ms. Assuming were just reading the 2 ids that is 32byte each. This would be a total of 64mb that would need to be processed(1million rows is quite exagerated compared to normal requests). I dont even know if its parsing the ids when its linked with foreign keys

Last edited by AskingBrigade at 8:48 am, Sep 14 2023

Member

8:59 am, Sep 14 2023
Posts: 6


Onna Dakara to Party wo Tsuihou Sareta no de Densetsu no Majo to Saikyou tag wo Kumimashita's latest chapter should be 25c, not 26c.

Post #803855 - Reply to (#803854) by blackmage678
user avatar


9:19 am, Sep 14 2023
Posts: 10673


Quote from blackmage678

Fixed

________________
A just ruler amongst tyrants
Post #803942 - Reply to (#803845) by Manick
Member

1:53 am, Sep 19 2023
Posts: 8


As explained in the last response it does not bring a real performance benefit and it's highly unlikely that there will be many requests anyway since it's a rare occurrence. I can't explain it to myself how exactly you programmed it. If you join it in a subquery and limit the join to 10k or if you doing it in the programming language without sql. The latter is definitely a horrible solution that would be very slow(even if it's go or some other low level language).With a limit of 10k it will introduce some wheird behavior. It should rather return nothing instead of everything when 10k is reached. How does it behave when I have an advanced search for many tags and it shouldn't show in any list. The processed rows will be more than 10k. What if you have a list with 9k entries. Querying by ids is way more performant than string matching, so there won't be a perforce loss

Will you remove the limit?

Last edited by AskingBrigade at 1:59 am, Sep 19 2023

Pages (120) [ First ... 116 117 118 Last ] Next
You must be registered to post!