Answer the question
In order to leave comments, you need to log in
Peewee data lazy loading, no subqueries?
There is a VkUserGroup model that links two tables
class VkUserGroup(BaseModel):
vk_user = ForeignKeyField(VkUser)
vk_group = ForeignKeyField(VkGroup)
class Meta:
db_table = 'vk_users_groups'
primary_key = CompositeKey('vk_user', 'vk_group')
query = VkUserGroup.select().limit(10)
for vk in query.execute():
print(vk)
Answer the question
In order to leave comments, you need to log in
And if there are 20 cores, but with a frequency of 1 GHz? So far, the priority is performance per core. A good processor with good performance per core, with 4 cores and 8 threads will be suitable for most modern games.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question