Skip to content

issues Search Results · repo:Dobatymo/lmdb-python-dbm language:Python

Filter by

7 results
 (56 ms)

7 results

inDobatymo/lmdb-python-dbm (press backspace or delete to remove)

Hello, I m using LMDBM to implement an ISBN-based search over the OpenLibrary editions dump. Around 27-28m+ keys performance falls below 10k r/s, or even 1k r/s. The code is single threaded, 10k record ...
  • naquad
  • 4
  • Opened 
    on Apr 6
  • #10

Further to #6, it would be valuable to allow pass-through of keywords on the Lmdb.open() function to the Environment s constructor. Then we could do: cxn = Lmdb.open( file.lmdb , readahead=False) for ...
  • azaroth42
  • 2
  • Opened 
    on Apr 24, 2024
  • #7

Hello, (first of all, thanks for this library!) I ve been struggling with trying to use many concurrent workers reading from a database using this library. lmdb has a default parameter of 126 max_readers. ...
  • mspinaci
  • 4
  • Opened 
    on Dec 21, 2023
  • #6

Hi. I m trying to understand how autogrow works from the code below. Could you please explain? Thanks except lmdb.MapFullError: if not self.autogrow: raise new_map_size = self.map_size ...
  • dineshbvadhia
  • 2
  • Opened 
    on Oct 23, 2023
  • #5

Is max_dbs 1 supported?
  • dineshbvadhia
  • 1
  • Opened 
    on Oct 20, 2023
  • #4

Something like this: import shelve class ShelveBenchmark(BaseBenchmark): def __init__(self, db_tpl): super().__init__(db_tpl, shelve ) def open(self): return shelve.open(self.path) ...
  • djstrong
  • 1
  • Opened 
    on Apr 3, 2023
  • #3

Sorry, I m not an expert on type annotations, I added this library and ran mypy, that was it. mypy my-package-src lib/python3.10/site-packages/lmdbm/lmdbm.py:28: error: syntax error in type comment ...
  • dimaqq
  • 5
  • Opened 
    on Oct 4, 2022
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub